* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    border: none;
    color: inherit;
	cursor: pointer;
}

ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    vertical-align: middle;
}

body {
    color: #333;
    font-family: Microsoft Yahei;
    width: 100%;
    margin: 0 auto;
    background: #f4f4f5;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.jc {
    font-weight: bold;
}

.ls {
    color: #162e79;
}

.hs {
    color: #CE8300;
}

.red {
    color: red;
}

.dis {
    display: block;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mc {
    margin: 0 auto;
}

.dis-inline {
    display: inline-block;
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.w1000 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.wbg {
    background: #fff;
    padding: 0 15px 15px;
    margin-bottom: 10px;
}


/*index*/


/*head*/

#index_head {
    width: 100%;
}

.logo {
    background: #282d33;
    height: 118px;
}

.logo ul {
    display: block;
    height: 118px;
}

.logo ul li {
    float: left;
    margin-top: 23px;
    margin-right: 50px;
    color: #fff;
    height: 68px;
    text-align: center;
    vertical-align: middle;
}

.logo ul li b {
    display: inline-block;
    height: 68px;
    vertical-align: top;
    line-height: 68px;
    font-size: 34px;
    margin-left: 10px;
    margin-right: 5px;
}

.logo ul li span {
    display: inline-block;
    vertical-align: inherit;
    text-align: start;
}

.logo ul li:first-child {
    width: 243px;
    margin-top: 31px;
}

.logo ul li:last-child {
    margin-right: 0;
}

.nav {
    background: #11161c;
    height: 71px;
    line-height: 71px;
}

.nav ul li {
    float: left;
    margin-right: 50px;
}

.nav ul li:first-child {
    width: 186px;
    margin-right: 24px;
    position: relative;
}

.nav ul li:last-child {
    margin-right: 15px;
}

.nav ul li:first-child>a {
    display: block;
    width: 186px;
    height: 71px;
    line-height: 71px;
    background: #2fc3a3;
    color: #fff;
    text-align: center;
}

.nav ul li:first-child>a i {
    display: inline-block;
    width: 25px;
    height: 71px;
    background: url(/skin/default/images/arrow-down-ico.png)center no-repeat;
    background-size: 25px;
    vertical-align: top;
    margin-left: 5px;
}

.nav ul li a {
    font-size: 18px;
    color: #b9b8b8;
}

.nav .memu {
    width: 186px;
    background: rgba(17, 22, 28, 0.8);
    display: none;
    z-index: 999;
    position: absolute;
    top: 71px;
}

.nav .memu a {
    display: block;
    width: 186px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    text-align: center;
}

.nav .memu a:hover {
    background: #282d33;
}


/*banner*/

.fullSlide {
    width: 1050px;
    position: relative;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 400px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 400px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 42px;
    height: 11px;
    margin: 1px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #f00;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 1%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(/skin/default/images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 1%;
    background-position: -6px -137px;
}


/*公告*/

.wbb {
    width: 1050px;
    margin: 0 auto;
    height: 80px;
    background: #EDEBEB;
    margin-top: 0px;
}

.home_gg {
    height: 80px;
    line-height: 80px;
    float: left;
    position: inherit;
    top: 0px;
    width: 650px;
    z-index: 100;
    box-sizing: border-box;
}

.home_gg img {
    width: 145px;
    height: 46px;
    margin-top: 20px;
}

.hot_scroll a {
    font-size: 22px;
    color: black;
}

.hot_scroll a span {
    color: #FF6841;
}


/*搜索*/

.search {
    width: 330px;
    height: 80px;
    line-height: 80px;
    float: right;
}

.search .tel {
    width: 230px;
    height: 40px;
    border: 1px solid #626262;
    outline: none;
    padding-left: 10px;
}

.search .submit {
    width: 80px;
    height: 40px;
    background: #FF6841;
    border: none;
    color: white;
    font-size: 18px;
    /* box-shadow: 5px 5px 5px #888888; */
    border-radius: 10px;
    cursor: pointer;
}


/*动态*/


/*center*/

.package {
    overflow: hidden;
    margin-bottom: 10px;
}

.package .child {
    float: left;
    margin-right: 10px;
}

.package .child:last-child {
    margin-right: 0;
}

.package .left {
    width: 258px;
    height: 352px;
}

.package .center {
    width: 464px;
    height: 352px;
}

.package .right {
    float: right;
    width: 258px;
    background: #3b4047;
    height: 352px;
}

.banner2 {
    position: relative;
}

.banner2 .bd {
    width: 258px;
    height: 352px;
}

.banner2 .bd ul li {
    width: 258px;
    height: 352px;
}

.banner2 .hd {
    position: absolute;
    bottom: 14px;
    width: 100%;
}

.banner2 .hd ul {
    display: block;
    text-align: center;
    width: 100%;
}

.banner2 .hd ul li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    font-size: 0;
    background: #243140;
    margin-right: 5px;
}

.banner2 .hd ul li.on {
    background: #2fc3a3;
}

.banner3 .hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eaeaee;
    position: relative;
}

.banner3 .hd ul {
    overflow: hidden;
}

.banner3 .hd ul li {
    width: 123px;
    float: left;
    color: #7c7c7c;
    text-align: center;
}

.banner3 .hd ul li.on {
    border-bottom: 2px solid #2fc3a3;
    font-weight: bold;
    color: #000;
}

.banner3 .hd a {
    display: block;
    width: 50px;
    height: 26px;
    line-height: 26px;
    background: url(/skin/default/images/more-ico.png)center #cfae69 no-repeat;
    background-size: 29px 8px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.banner3 .bd {
    height: 307px;
}

.banner3 .bd .tit {
    text-align: center;
    font-size: 20px;
    color: #cfae69;
    font-weight: bold;
    padding: 15px 0;
}

.banner3 .bd .des {
    font-size: 12px;
    color: #7d7d7d;
    padding: 0 15px;
    text-indent: 2em;
}

.banner3 .bd .des a {
    color: #cfae69;
}

.banner3 .bd ul.hot {
    margin: 10px auto;
    overflow: hidden;
}

.banner3 .bd ul.hot li {
    float: left;
    width: 50%;
    background: url(/skin/default/images/plus-ico.png)32px center no-repeat;
    background-size: 23px;
    padding-left: 60px;
    position: relative;
}

.banner3 .bd ul.hot li i {
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(/skin/default/images/hot-ico.png)no-repeat;
    position: relative;
    top: -2px;
    left: 5px;
}

.banner3 .bd ul.normal li {
    background: url(/skin/default/images/list-ico.png)16px center no-repeat;
    background-size: 7px;
    padding-left: 35px;
    margin-bottom: 8px;
    position: relative;
    line-height: 26px;
}

.banner3 .bd ul.normal li span {
    position: absolute;
    right: 15px;
    font-size: 12px;
    color: #a9a9a9;
    line-height: 26px;
}

.aks-tit {
    color: #9ca4ae;
    text-align: center;
    padding: 15px 0;
}

.aks-tit b {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.right-list {
    overflow: hidden;
}

.right-list li {
    width: 68px;
    text-align: center;
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
}

.right-list li:last-child {
    margin-right: 0;
}

.right-list li a {
    display: block;
    font-size: 14px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin-top: 5px;
}


/*右边*/

.yyxs {
    width: 256px;
    height: 353px;
    border: 1px solid #e5e5e5;
    float: right;
}

.yycg {
    color: #FF6841;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #0086E3;
    width: 80px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    text-align: center;
}

#demo {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border-bottom: 1px dashed #ccc;
}

.mingdan span {
    margin-left: 10px;
    font-size: 16px;
}

.mingdan span:nth-child(2) {
    margin: 0 20px;
}

.mingdan .jus {
    color: #FF6841;
}

.yyxs_zx a {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    font-size: 20px;
    margin: 17px 13px;
    display: block;
    color: white;
}

.yyxs_zx a:first-child {
    background: #FF6841;
}

.yyxs_zx a:last-child {
    background: #0086E3;
}


/*甲状腺专科*/

.yy-list {
    padding: 15px;
    margin-bottom: 10px;
}

.yy-title {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.yy-title b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.yy-title a {
    font-size: 14px;
    color: #a1a1a1;
    float: right;
}

.yy-banner {
    position: relative;
}

.yy-banner .yy-bd {
    width: 850px;
    height: 275px;
    margin: 0 auto;
    overflow: hidden;
}

.yy-banner .yy-bd ul li {
    width: 154px;
    text-align: center;
    font-family: "SimSun";
    margin-right: 20px;
}

.yy-banner .yy-bd ul li p.p1 {
    font-size: 14px;
    color: #5c5c5c;
    margin: 2px auto;
}

.yy-banner .yy-bd ul li p.p2 {
    font-size: 16px;
    color: #3d3d3d;
    height: 26px;
    line-height: 26px;
}

.yy-banner .yy-bd ul li p.p2 i {
    display: inline-block;
    width: 17px;
    height: 26px;
    background: url(/skin/default/images/tel-ico.png)center no-repeat;
    background-size: 17px 18px;
    vertical-align: top;
    margin-right: 5px;
}

.yy-banner .button {
    position: absolute;
    top: 80px;
    width: 100%;
}

.yy-banner .button .prev {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-left.png)no-repeat;
    background-size: 41px;
    position: absolute;
    left: 0;
}

.yy-banner .button .next {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-right.png)no-repeat;
    background-size: 41px;
    position: absolute;
    right: 0;
}


/*甲状腺专科--左*/


/*甲状腺专家---右*/

.disea-doc {
    overflow: hidden;
    margin-bottom: 15px;
}

.disea {
    width: 733px;
    float: left;
}

.disea-doc .right {
    float: right;
    width: 258px;
}

.doctors {
    position: relative;
    width: 258px;
    padding: 0 15px 22px;
    margin-bottom: 10px;
}

.disea-tit {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    width: 733px;
}

.disea-tit b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.doctors-hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 10px;
    z-index: 9999999;
    margin-bottom: 5px;
}

.doctors-hd ul {
    text-align: center;
}

.doctors-hd ul li {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    font-size: 0;
}

.doctors-hd ul li.on {
    background: #2fc3a3;
}

.disea-list {
    overflow: hidden;
}

.disea-c {
    width: 360px;
    float: left;
    padding: 15px;
    margin-bottom: 10px;
    height: 310px;
}

.disea-list>div:nth-child(2n) {
    float: right;
}

.c-tit {
    font-size: 18px;
    color: #2fc3a3;
    border-bottom: 1px solid #e1e1e1;
    background: url(/skin/default/images/left-line.jpg)left center no-repeat;
    background-size: 5px 19px;
    padding-left: 18px;
    line-height: 34px;
    overflow: hidden;
}

.c-tit a {
    font-size: 12px;
    color: #acacac;
    float: right;
}

.jb-banner .hd ul li {
    width: 55px;
    height: 33px;
    line-height: 33px;
    background: #f3f3f3;
    font-size: 12px;
    color: #3c3c3c;
    text-align: center;
    float: left;
    border-right: 1px solid #fff;
    margin-bottom: 18px;
    margin-top: 10px;
}

.jb-banner .hd ul li:last-child {
    border-right: none;
}

.jb-banner .hd ul li.on {
    color: #fff;
    background: #3b4047;
    border: none;
    position: relative;
}

.jb-banner .hd ul li.on::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #3b4047;
    border-left: 4.5px solid #fff;
    border-right: 4.5px solid #fff;
    border-bottom: none;
    position: absolute;
    bottom: -6px;
    left: 24px;
}

.index-art {
    overflow: hidden;
}

.index-art img {
    float: left;
    width: 113px;
    height: 91px;
    margin-right: 15px;
}

.index-art p.tit {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}

.index-art p.des {
    font-size: 12px;
    color: #7a7a7a;
    font-family: "SimSun";
    text-indent: 2em;
    line-height: 20px;
}

.index-art p.des a {
    color: #ed8d26;
}

.jb-banner .bd .list ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.jb-banner .bd .list ul a {
    display: block;
    position: relative;
    left: -2px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.doctors-tit {
    font-size: 20px;
    color: #34414a;
    font-weight: bold;
    overflow: hidden;
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
}

.doctors-tit a {
    font-size: 16px;
    color: #d0d4d9;
    font-weight: normal;
    float: right;
}

.doctor {
    overflow: hidden;
    font-family: "SimSun";
    margin-bottom: 19px;
}

.doctor .l {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .l div {
    background: #2fc3a3;
    color: #fff;
    height: 20px;
    font-family: "SimSun";
}

.doctor .l div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .l div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .l span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}

.doctor .m {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .m div {
    background: #2fc3a3;
    color: #fff;
    height: 60px;
    font-family: "SimSun";
}

.doctor .m div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .m div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .m span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}


/*.doctor .d{float:left; margin-top:10px; margin-left:15px;}
.doctor .d a{color:#cfae69; font-size:12px;}
.doctor .ysxx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}
.doctor .yszx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}*/

a.ysxx {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    margin-top: 8px;
    background: url(/skin/default/images/xi-ico.png)5px center #cfae69 no-repeat;
    background-size: 23px 18px;
    padding-left: 35px;
    font-size: 14px;
    float: left;
}

a.yszx {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    margin-top: 8px;
    background: url(/skin/default/images/dialog-ico.png)5px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 35px;
    font-size: 14px;
    float: right;
}

.jzx-bl {
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

.jzx-bl .index-art img {
    width: 104px;
    height: 90px;
    margin-right: 10px;
}

.hot-ask {
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

.jzx-bl ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.jzx-bl ul a {
    display: block;
    position: relative;
    left: -1px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.hot-ask ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.hot-ask ul a {
    display: block;
    position: relative;
    left: -1px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.hot-aks2 {
    height: 218px;
}

.hot-banner {
    position: relative;
    height: 335px;
    margin: 0 auto;
    width: 173px;
}

.hot-banner .hot-button {
    position: absolute;
    top: 145px;
    width: 100%;
}

.hot-banner .hot-button .prev {
    display: block;
    width: 28px;
    height: 29px;
    background: url(/skin/default/images/left-ico.png)no-repeat;
    background-size: 28px 29px;
    position: absolute;
    left: -35px;
}

.hot-banner .hot-button .next {
    display: block;
    width: 28px;
    height: 29px;
    background: url(/skin/default/images/right-ico.png)no-repeat;
    background-size: 28px 29px;
    position: absolute;
    right: -35px;
}

.hot-banner .hot-bd {
    width: 173px;
    margin: 0 auto;
}

.hot-banner .hot-bd ul a {
    display: block;
    width: 173px;
}

.hot-banner .hot-bd ul img {
    width: 173px;
    height: 123px;
}

.hot-banner .hot-bd ul a p {
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    margin: 5px auto;
}

.jzx-hot-tj {
    padding: 15px;
    height: 232px;
}

.jzx-hot-tit {
    font-size: 18px;
    color: #cad5e4;
    height: 43px;
    line-height: 43px;
    width: 733px;
    position: relative;
    overflow: hidden;
    width: 703px;
}

.jzx-hot-tit b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.jzx-hot-tit a {
    float: right;
    font-size: 14px;
    color: #acacac;
    float: right;
}

.hot-tj-list {
    width: 703px;
    overflow: hidden;
}

.hot-tj-list div {
    float: left;
    width: 50%;
}

.hot-tj-list div ul a {
    display: block;
    background: url(/skin/default/images/list-ico.png)left center no-repeat;
    background-size: 7px;
    font-size: 14px;
    color: #5c5c5c;
    padding-left: 15px;
    margin-bottom: 6px;
}


/*食疗推荐 s*/

.msltj {
    background: #FFF;
    padding: 15px;
    margin-bottom: 30px;
}

.msltj .sltjtop {
    overflow: hidden;
}

.msltj .sltjtop .stleft {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    float: left;
}

.msltj .sltjtop .stleft b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.msltj .sltjtop a {
    font-size: 16px;
    color: #d0d4d9;
    font-weight: normal;
    float: right;
}

.msltj .sltjmain .sltjcon {
    width: 850px;
    margin: 0 auto;
    position: relative
}

.msltj .sltjmain .sltjcon .bd ul {
    overflow: hidden;
}

.msltj .sltjmain .sltjcon .bd ul li {
    width: 150px;
    float: left;
    margin: 0 10px;
}

.msltj .sltjmain .sltjcon .bd ul li img {
    width: 150px;
    height: 130px;
}

.msltj .sltjmain .sltjcon .bd ul li p {
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    margin: 5px auto;
}

.msltj .sltjmain .sltjcon .slprev {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/left-ico.png)no-repeat;
    background-size: 41px;
    position: absolute;
    left: -60px;
    top: 50px;
}

.msltj .sltjmain .sltjcon .slnext {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/right-ico.png)no-repeat;
    background-size: 41px;
    position: absolute;
    right: -60px;
    top: 50px;
}


/*食疗推荐 e*/


/*foot*/

.footer {
    background: #0086E3;
    text-align: center;
    height: 270px;
    padding-top: 34px;
}

.footer p {
    font-size: 14px;
    color: #a4b6cd;
    line-height: 30px;
}

.footer ul {
    margin: 30px auto 15px;
}

.footer ul a {
    font-size: 14px;
    color: #a4b6cd;
}

.bottom-link ul a {
    display: block;
    float: left;
    width: 200px;
    margin-right: 10px;
    background: url(/skin/default/images/yellow-list-ico.png)left center no-repeat;
    background-size: 10px;
    padding-left: 20px;
}

.bottom-link ul a:nth-child(5n) {
    margin-right: 0;
}


/*index--end*/


/**************************list_article*********************************************************************************************************/


/*当前位置*/

.package-c {
    overflow: hidden;
    margin-bottom: 15px;
}

.package-c .left {
    width: 700px;
    float: left;
    height: 255px;
}

.package-c .right {
    width: 288px;
    float: right;
    background: #0086E3;
    height: 255px;
}

.position a {
    font-size: 16px;
    color: #232323;
}

.bz {
    padding: 10px;
    overflow: hidden;
}

.bz .l {
    float: left;
    width: 140px;
    height: 152px;
    background: #e1e1e1;
}

.bz .l img {
    width: 140px;
    height: 152px;
}

.bz .r {
    float: right;
    width: 480px;
}

.bz .r p.p1 {
    color: #000;
    text-align: center;
}

.bz .r p.p2 {
    color: #7a7a7a;
    font-size: 12px;
    text-indent: 2em;
    margin: 10px auto;
}

.bz .r p.p2 a {
    color: #ed8d26;
}

.bz .r ul {
    overflow: hidden;
}

.bz .r ul a {
    display: block;
    float: left;
    width: 100%;
    background-size: 3px;
    padding-left: 24px;
    font-size: 12px;
    color: #7a7a7a;
    margin-bottom: 10px;
}

.list_kkjj {
    font-size: 12px;
    color: #a9a9a9;
    float: right;
}

.disease-c {
    width: 329px;
    height: 304px;
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 11px;
}

.disease-lists>div:nth-child(3n) {
    margin-right: 0;
}

.disease-c .c-tit {
    margin-bottom: 10px;
}

.disease-c ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.disease-c ul a {
    display: block;
    position: relative;
    left: -2px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.tjys {
    height: 350px;
    padding-bottom: 0;
}

.tjys .yy-banner .yy-bd {
    height: 276px;
}

.tjys .yy-banner .yy-bd a:nth-child(3) {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 auto;
    background: url(/skin/default/images/dialog-ico.png)19px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 50px;
    text-align: start;
    font-size: 14px;
}

.online-ask {
    padding: 15px;
    margin-bottom: 10px;
}

.online-ask ul {
    overflow: hidden;
}

.online-ask ul a {
    display: block;
    font-size: 14px;
    color: #5c5c5c;
    background: url(/skin/default/images/list-ico.png)left center no-repeat;
    background-size: 7px;
    padding-left: 24px;
    margin-bottom: 10px;
    width: 50%;
    float: left;
}

.package-c .right {
    padding: 15px;
}

.jzx-yy-tit {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    height: 27px;
    line-height: 27px;
}

.jzx-yy-tit a {
    font-size: 14px;
    color: #9ca4ae;
    float: right;
}

.jzx-yy-banner {
    width: 262px;
    margin-top: 15px;
}

.jzx-yy-banner .jzx-bd {
    width: 232px;
    height: 152px;
}

.jzx-yy-banner .jzx-hd {
    width: 232px;
    margin: 20px auto;
}

.jzx-yy-banner .jzx-hd ul {
    text-align: center;
    font-size: 0;
}

.jzx-yy-banner .jzx-hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #2fc3a3;
    margin-right: 5px;
}

.jzx-yy-banner .jzx-hd ul li.on {
    background: #ed8d26;
}

.jzx-yy-banner .jzx-bd .y {
    overflow: hidden;
}

.jzx-yy-banner .jzx-bd .y .l {
    width: 104px;
    height: 152px;
    background: #fff;
    float: left;
}

.jzx-yy-banner .jzx-bd .y .r {
    width: 118px;
    height: 152px;
    float: right;
}

.jzx-yy-banner .jzx-bd .y .r p.p1 {
    font-size: 12px;
    color: #d0d4d9;
    font-family: "SimSun";
}

.jzx-yy-banner .jzx-bd .y .r p.p2 {
    font-size: 12px;
    color: #cfae69;
    font-family: "SimSun";
    background: url(/skin/default/images/tel2-ico.png)left center no-repeat;
    background-size: 13px 18px;
    padding-left: 20px;
    height: 24px;
    line-height: 24px;
}

.jzx-yy-banner .jzx-bd .y .r p.p3 {
    font-size: 12px;
    color: #d0d4d9;
    line-height: 18px;
    font-family: "SimSun";
}

.jzx-yy-banner .jzx-bd .y .r p.p3 a {
    color: #cfae69;
}

.jzx-yy-banner .jzx-bd .y .r a.tel {
    display: block;
    width: 118px;
    height: 30px;
    line-height: 30px;
    background: url(/skin/default/images/dialog-ico.png)8px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 33px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 5px auto;
    font-size: 12px;
    color: #fff;
}


/***********************article_article***********************/

.w730 {
    width: 730px;
}

.w258 {
    width: 258px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1000 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.wbg {
    background: #fff;
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

body {
    background: #f4f4f5;
    font-size: 16px;
    color: #5c5c5c;
}

.top {
    height: 46px;
    line-height: 46px;
    background: #fff;
}

.top p {
    font-size: 16px;
    color: #656565;
}

.top ul {
    display: block;
    width: 310px;
    height: 46px;
    background: #2fc3a3;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.top ul::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid #fff;
    border-bottom: 46px solid #2fc3a3;
    border-right: none;
    border-top: none;
    position: absolute;
    left: -30px;
    top: 0;
}

.top ul::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 30px solid #fff;
    border-bottom: 46px solid #2fc3a3;
    border-left: none;
    border-top: none;
    position: absolute;
    right: -30px;
    top: 0;
}

.top ul li {
    float: left;
    width: 155px;
    padding-left: 68px;
}

.top ul li a {
    color: #FFFFFF;
}

.top ul li:first-child {
    background: url(/skin/default/images/weixin-ico.png)no-repeat;
    background-size: 29px 24px;
    background-position: 30px 12px;
}

.top ul li:last-child {
    background: url(/skin/default/images/star-ico.png)no-repeat;
    background-size: 22px 21px;
    background-position: 30px 12px;
}

.top .ftwxcon {
    width: 154px;
    display: none;
    position: absolute;
    top: 46px;
    z-index: 999999999
}

.top .ftwxcon img {
    width: 100%;
}

.logo {
    background: #282d33;
    height: 118px;
}

.logo ul {
    display: block;
    height: 118px;
}

.logo ul li {
    float: left;
    margin-top: 23px;
    margin-right: 50px;
    color: #fff;
    height: 68px;
    text-align: center;
    vertical-align: middle;
}

.logo ul li b {
    display: inline-block;
    height: 68px;
    vertical-align: top;
    line-height: 68px;
    font-size: 34px;
    margin-left: 10px;
    margin-right: 5px;
}

.logo ul li span {
    display: inline-block;
    vertical-align: top;
    text-align: start;
}

.logo ul li:first-child {
    width: 243px;
    margin-top: 31px;
}

.logo ul li:last-child {
    margin-right: 0;
}

.nav {
    background: #11161c;
    height: 71px;
    line-height: 71px;
}

.nav ul li {
    float: left;
    margin-right: 50px;
}

.nav ul li:first-child {
    width: 186px;
    margin-right: 24px;
    position: relative;
}

.nav ul li:last-child {
    margin-right: 15px;
}

.nav ul li:first-child>a {
    display: block;
    width: 186px;
    height: 71px;
    line-height: 71px;
    background: #2fc3a3;
    color: #fff;
    text-align: center;
}

.nav ul li:first-child>a i {
    display: inline-block;
    width: 25px;
    height: 71px;
    background: url(/skin/default/images/arrow-down-ico.png)center no-repeat;
    background-size: 25px;
    vertical-align: top;
    margin-left: 5px;
}

.nav ul li a {
    font-size: 18px;
    color: #b9b8b8;
}

.nav .memu {
    width: 186px;
    background: rgba(17, 22, 28, 0.8);
    display: none;
    z-index: 999;
    position: absolute;
    top: 71px;
}

.nav .memu a {
    display: block;
    width: 186px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    text-align: center;
}

.nav .memu a:hover {
    background: #282d33;
}

.banner {
    position: relative;
    height: 469px;
    width: 100%;
}

.banner .hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.banner .hd ul {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.banner .hd ul li {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #243140;
    margin-right: 20px;
}

.banner .hd ul li.on {
    background: #2fc3a3;
}

.banner .bd ul li a {
    display: block;
    height: 469px;
}

.hzgz {
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    margin-bottom: 10px;
}

.search {
    float: right;
    margin-right: 10px;
    width: 290px;
    height: 38px;
    line-height: 38px;
    margin-top: 8px;
    overflow: hidden;
}

.search input {
    float: left;
    height: 38px;
    line-height: 38px;
}

.search input[type='text'] {
    border: 1px solid #e4e4e4;
    width: 210px;
    padding-left: 10px;
}

.search input[type='submit'] {
    width: 80px;
    color: #fff;
    text-align: center;
    background: #2fc3a3;
}

.hzgz-list {
    float: left;
}

.hzgz-list p {
    width: 120px;
    float: left;
    color: #555656;
    background: url(/skin/default/images/ask-ico.png)10px center no-repeat;
    background-size: 20px 22px;
    padding-left: 40px;
    font-weight: bold;
}

.hzgz-list ul {
    float: left;
    height: 53px;
    overflow: hidden;
}

.hzgz-list ul li {
    float: left;
    margin-right: 20px;
}

.hzgz ul li a {
    color: #555656;
}

.package {
    overflow: hidden;
    margin-bottom: 10px;
}

.package .child {
    float: left;
    margin-right: 10px;
}

.package .child:last-child {
    margin-right: 0;
}

.package .left {
    width: 258px;
    height: 352px;
}

.package .center {
    width: 464px;
    height: 352px;
}

.package .right {
    float: right;
    width: 258px;
    background: #3b4047;
    height: 352px;
}

.banner2 {
    position: relative;
}

.banner2 .bd {
    width: 258px;
    height: 352px;
}

.banner2 .bd ul li {
    width: 258px;
    height: 352px;
}

.banner2 .hd {
    position: absolute;
    bottom: 14px;
    width: 100%;
}

.banner2 .hd ul {
    display: block;
    text-align: center;
    width: 100%;
}

.banner2 .hd ul li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    font-size: 0;
    background: #243140;
    margin-right: 5px;
}

.banner2 .hd ul li.on {
    background: #2fc3a3;
}

.banner3 .hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eaeaee;
    position: relative;
}

.banner3 .hd ul {
    overflow: hidden;
}

.banner3 .hd ul li {
    width: 123px;
    float: left;
    color: #7c7c7c;
    text-align: center;
}

.banner3 .hd ul li.on {
    border-bottom: 2px solid #2fc3a3;
    font-weight: bold;
    color: #000;
}

.banner3 .hd a {
    display: block;
    width: 50px;
    height: 26px;
    line-height: 26px;
    background: url(/skin/default/images/more-ico.png)center #cfae69 no-repeat;
    background-size: 29px 8px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.banner3 .bd {
    height: 307px;
}

.banner3 .bd .tit {
    text-align: center;
    font-size: 20px;
    color: #cfae69;
    font-weight: bold;
    padding: 15px 0;
}

.banner3 .bd .des {
    font-size: 12px;
    color: #7d7d7d;
    padding: 0 15px;
    text-indent: 2em;
}

.banner3 .bd .des a {
    color: #cfae69;
}

.banner3 .bd ul.hot {
    margin: 10px auto;
    overflow: hidden;
}

.banner3 .bd ul.hot li {
    float: left;
    width: 50%;
    background: url(/skin/default/images/plus-ico.png)32px center no-repeat;
    background-size: 23px;
    padding-left: 60px;
    position: relative;
}

.banner3 .bd ul.hot li i {
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(/skin/default/images/hot-ico.png)no-repeat;
    position: relative;
    top: -8px;
    left: 5px;
}

.banner3 .bd ul.normal li {
    background: url(/skin/default/images/list-ico.png)16px center no-repeat;
    background-size: 7px;
    padding-left: 35px;
    margin-bottom: 8px;
    position: relative;
    line-height: 26px;
}

.banner3 .bd ul.normal li span {
    position: absolute;
    right: 15px;
    font-size: 12px;
    color: #a9a9a9;
    line-height: 26px;
}

.aks-tit {
    color: #9ca4ae;
    text-align: center;
    padding: 15px 0;
}

.aks-tit b {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.right-list {
    overflow: hidden;
}

.right-list li {
    width: 68px;
    text-align: center;
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
}

.right-list li:last-child {
    margin-right: 0;
}

.right-list li a {
    display: block;
    font-size: 14px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin-top: 5px;
}

.ask-answer {
    border-bottom: 1px dashed #54595f;
    font-size: 12px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin: 0 15px;
    width: 228px;
    margin-bottom: 10px;
}

.ask-answer a {
    color: #cfae69;
}

.ask-answer p {
    margin-bottom: 5px;
}

.ask-answer span {
    display: inline-block;
    width: 43px;
    height: 20px;
    text-align: center;
    background: url(/skin/default/images/ask-tit-bg.png)left top no-repeat;
    background-size: 43px 20px;
    font-size: 14px;
    color: #3b4047;
    line-height: 20px;
    margin-right: 10px;
    float: left;
}

.news {
    padding: 5px 15px 0;
}

.news a {
    display: block;
    background: url(/skin/default/images/list-ico.png)left center no-repeat;
    background-size: 7px;
    padding-left: 18px;
    font-size: 12px;
    color: #d0d4d9;
    margin-bottom: 10px;
}

.yy-list {
    padding: 15px;
    margin-bottom: 10px;
}

.yy-title {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.yy-title b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.yy-title a {
    font-size: 14px;
    color: #a1a1a1;
    float: right;
}

.yy-banner {
    position: relative;
}

.yy-banner .yy-bd {
    width: 850px;
    height: 275px;
    margin: 0 auto;
    overflow: hidden;
}

.yy-banner .yy-bd ul li {
    width: 154px;
    text-align: center;
    font-family: "SimSun";
    margin-right: 20px;
}

.yy-banner .yy-bd ul li p.p1 {
    font-size: 14px;
    color: #5c5c5c;
    margin: 2px auto;
}

.yy-banner .yy-bd ul li p.p2 {
    font-size: 16px;
    color: #3d3d3d;
    height: 26px;
    line-height: 26px;
}

.yy-banner .yy-bd ul li p.p2 i {
    display: inline-block;
    width: 17px;
    height: 26px;
    background: url(/skin/default/images/tel-ico.png)center no-repeat;
    background-size: 17px 18px;
    vertical-align: top;
    margin-right: 5px;
}

.yy-banner .yy-bd a:nth-child(3) {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 auto;
    background: url(/skin/default/images/dialog-ico.png)19px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 50px;
    text-align: start;
    font-size: 14px;
}

.yy-banner .button {
    position: absolute;
    top: 80px;
    width: 100%;
}

.yy-banner .button .prev {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-left.png)no-repeat;
    background-size: 41px;
    position: absolute;
    left: 0;
}

.yy-banner .button .next {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-right.png)no-repeat;
    background-size: 41px;
    position: absolute;
    right: 0;
}

.disea-doc {
    overflow: hidden;
    margin-bottom: 15px;
}

.disea {
    width: 733px;
    float: left;
}

.disea-doc .right {
    float: right;
    width: 258px;
}

.doctors {
    position: relative;
    width: 258px;
    padding: 0 15px 22px;
    margin-bottom: 10px;
}

.disea-tit {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    width: 733px;
}

.disea-tit b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.doctors-hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 10px;
    z-index: 9999999;
    margin-bottom: 5px;
}

.doctors-hd ul {
    text-align: center;
}

.doctors-hd ul li {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    font-size: 0;
}

.doctors-hd ul li.on {
    background: #2fc3a3;
}

.disea-list {
    overflow: hidden;
}

.disea-c {
    width: 360px;
    float: left;
    padding: 15px;
    margin-bottom: 10px;
    height: 310px;
}

.disea-list>div:nth-child(2n) {
    float: right;
}

.c-tit {
    font-size: 18px;
    color: #2fc3a3;
    border-bottom: 1px solid #e1e1e1;
    background: url(/skin/default/images/left-line.jpg)left center no-repeat;
    background-size: 5px 19px;
    padding-left: 18px;
    line-height: 34px;
    overflow: hidden;
}

.c-tit a {
    font-size: 12px;
    color: #acacac;
    float: right;
}

.jb-banner .hd ul li {
    width: 55px;
    height: 33px;
    line-height: 33px;
    background: #f3f3f3;
    font-size: 12px;
    color: #3c3c3c;
    text-align: center;
    float: left;
    border-right: 1px solid #fff;
    margin-bottom: 18px;
    margin-top: 10px;
}

.jb-banner .hd ul li:last-child {
    border-right: none;
}

.jb-banner .hd ul li.on {
    color: #fff;
    background: #3b4047;
    border: none;
    position: relative;
}

.jb-banner .hd ul li.on::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #3b4047;
    border-left: 4.5px solid #fff;
    border-right: 4.5px solid #fff;
    border-bottom: none;
    position: absolute;
    bottom: -6px;
    left: 24px;
}

.index-art {
    overflow: hidden;
}

.index-art img {
    float: left;
    width: 113px;
    height: 91px;
    margin-right: 15px;
}

.index-art p.tit {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}

.index-art p.des {
    font-size: 12px;
    color: #7a7a7a;
    font-family: "SimSun";
    text-indent: 2em;
    line-height: 20px;
}

.index-art p.des a {
    color: #ed8d26;
}

.jb-banner .bd .list ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.jb-banner .bd .list ul a {
    display: block;
    position: relative;
    left: -2px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.doctors-tit {
    font-size: 20px;
    color: #34414a;
    font-weight: bold;
    overflow: hidden;
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
}

.doctors-tit a {
    font-size: 16px;
    color: #d0d4d9;
    font-weight: normal;
    float: right;
}

.doctor {
    overflow: hidden;
    font-family: "SimSun";
    margin-bottom: 19px;
}

.doctor .l {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .l div {
    background: #2fc3a3;
    color: #fff;
    height: 20px;
    font-family: "SimSun";
}

.doctor .l div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .l div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .l span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}

.doctor .m {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .m div {
    background: #2fc3a3;
    color: #fff;
    height: 60px;
    font-family: "SimSun";
}

.doctor .m div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .m div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .m span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}


/*.doctor .d{float:left; margin-top:10px; margin-left:15px;}
.doctor .d a{color:#cfae69; font-size:12px;}
.doctor .ysxx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}
.doctor .yszx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}*/

.w730 {
    width: 730px;
}

.w258 {
    width: 258px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1000 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.wbg {
    background: #fff;
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

body {
    background: #f4f4f5;
    font-size: 16px;
    color: #5c5c5c;
}

.top {
    height: 46px;
    line-height: 46px;
    background: #fff;
}

.top p {
    font-size: 16px;
    color: #656565;
}

.top ul {
    display: block;
    width: 310px;
    height: 46px;
    background: #2fc3a3;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.top ul::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid #fff;
    border-bottom: 46px solid #2fc3a3;
    border-right: none;
    border-top: none;
    position: absolute;
    left: -30px;
    top: 0;
}

.top ul::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 30px solid #fff;
    border-bottom: 46px solid #2fc3a3;
    border-left: none;
    border-top: none;
    position: absolute;
    right: -30px;
    top: 0;
}

.top ul li {
    float: left;
    width: 155px;
    padding-left: 68px;
}

.top ul li a {
    color: #FFFFFF;
}

.top ul li:first-child {
    background: url(/skin/default/images/weixin-ico.png)no-repeat;
    background-size: 29px 24px;
    background-position: 30px 12px;
}

.top ul li:last-child {
    background: url(/skin/default/images/star-ico.png)no-repeat;
    background-size: 22px 21px;
    background-position: 30px 12px;
}

.top .ftwxcon {
    width: 154px;
    display: none;
    position: absolute;
    top: 46px;
    z-index: 999999999
}

.top .ftwxcon img {
    width: 100%;
}

.logo {
    background: #282d33;
    height: 118px;
}

.logo ul {
    display: block;
    height: 118px;
}

.logo ul li {
    float: left;
    margin-top: 23px;
    margin-right: 50px;
    color: #fff;
    height: 68px;
    text-align: center;
    vertical-align: middle;
}

.logo ul li b {
    display: inline-block;
    height: 68px;
    vertical-align: top;
    line-height: 68px;
    font-size: 34px;
    margin-left: 10px;
    margin-right: 5px;
}

.logo ul li span {
    display: inline-block;
    vertical-align: top;
    text-align: start;
}

.logo ul li:first-child {
    width: 243px;
    margin-top: 31px;
}

.logo ul li:last-child {
    margin-right: 0;
}

.nav {
    background: #11161c;
    height: 71px;
    line-height: 71px;
}

.nav ul li {
    float: left;
    margin-right: 50px;
}

.nav ul li:first-child {
    width: 186px;
    margin-right: 24px;
    position: relative;
}

.nav ul li:last-child {
    margin-right: 15px;
}

.nav ul li:first-child>a {
    display: block;
    width: 186px;
    height: 71px;
    line-height: 71px;
    background: #2fc3a3;
    color: #fff;
    text-align: center;
}

.nav ul li:first-child>a i {
    display: inline-block;
    width: 25px;
    height: 71px;
    background: url(/skin/default/images/arrow-down-ico.png)center no-repeat;
    background-size: 25px;
    vertical-align: top;
    margin-left: 5px;
}

.nav ul li a {
    font-size: 18px;
    color: #b9b8b8;
}

.nav .memu {
    width: 186px;
    background: rgba(17, 22, 28, 0.8);
    display: none;
    z-index: 999;
    position: absolute;
    top: 71px;
}

.nav .memu a {
    display: block;
    width: 186px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    text-align: center;
}

.nav .memu a:hover {
    background: #282d33;
}

.banner {
    position: relative;
    height: 469px;
    width: 100%;
}

.banner .hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.banner .hd ul {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.banner .hd ul li {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #243140;
    margin-right: 20px;
}

.banner .hd ul li.on {
    background: #2fc3a3;
}

.banner .bd ul li a {
    display: block;
    height: 469px;
}

.hzgz {
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    margin-bottom: 10px;
}

.search {
    float: right;
    margin-right: 10px;
    width: 290px;
    height: 38px;
    line-height: 38px;
    margin-top: 8px;
    overflow: hidden;
}

.search input {
    float: left;
    height: 38px;
    line-height: 38px;
}

.search input[type='text'] {
    border: 1px solid #e4e4e4;
    width: 210px;
    padding-left: 10px;
}

.search input[type='submit'] {
    width: 80px;
    color: #fff;
    text-align: center;
    background: #2fc3a3;
}

.hzgz-list {
    float: left;
}

.hzgz-list p {
    width: 120px;
    float: left;
    color: #555656;
    background: url(/skin/default/images/ask-ico.png)10px center no-repeat;
    background-size: 20px 22px;
    padding-left: 40px;
    font-weight: bold;
}

.hzgz-list ul {
    float: left;
    height: 53px;
    overflow: hidden;
}

.hzgz-list ul li {
    float: left;
    margin-right: 20px;
}

.hzgz ul li a {
    color: #555656;
}

.package {
    overflow: hidden;
    margin-bottom: 10px;
}

.package .child {
    float: left;
    margin-right: 10px;
}

.package .child:last-child {
    margin-right: 0;
}

.package .left {
    width: 258px;
    height: 352px;
}

.package .center {
    width: 464px;
    height: 352px;
}

.package .right {
    float: right;
    width: 258px;
    background: #3b4047;
    height: 352px;
}

.banner2 {
    position: relative;
}

.banner2 .bd {
    width: 258px;
    height: 352px;
}

.banner2 .bd ul li {
    width: 258px;
    height: 352px;
}

.banner2 .hd {
    position: absolute;
    bottom: 14px;
    width: 100%;
}

.banner2 .hd ul {
    display: block;
    text-align: center;
    width: 100%;
}

.banner2 .hd ul li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    font-size: 0;
    background: #243140;
    margin-right: 5px;
}

.banner2 .hd ul li.on {
    background: #2fc3a3;
}

.banner3 .hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eaeaee;
    position: relative;
}

.banner3 .hd ul {
    overflow: hidden;
}

.banner3 .hd ul li {
    width: 123px;
    float: left;
    color: #7c7c7c;
    text-align: center;
}

.banner3 .hd ul li.on {
    border-bottom: 2px solid #2fc3a3;
    font-weight: bold;
    color: #000;
}

.banner3 .hd a {
    display: block;
    width: 50px;
    height: 26px;
    line-height: 26px;
    background: url(/skin/default/images/more-ico.png)center #cfae69 no-repeat;
    background-size: 29px 8px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.banner3 .bd {
    height: 307px;
}

.banner3 .bd .tit {
    text-align: center;
    font-size: 20px;
    color: #cfae69;
    font-weight: bold;
    padding: 15px 0;
}

.banner3 .bd .des {
    font-size: 12px;
    color: #7d7d7d;
    padding: 0 15px;
    text-indent: 2em;
}

.banner3 .bd .des a {
    color: #cfae69;
}

.banner3 .bd ul.hot {
    margin: 10px auto;
    overflow: hidden;
}

.banner3 .bd ul.hot li {
    float: left;
    width: 50%;
    background: url(/skin/default/images/plus-ico.png)32px center no-repeat;
    background-size: 23px;
    padding-left: 60px;
    position: relative;
}

.banner3 .bd ul.hot li i {
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(/skin/default/images/hot-ico.png)no-repeat;
    position: relative;
    top: -8px;
    left: 5px;
}

.banner3 .bd ul.normal li {
    background: url(/skin/default/images/list-ico.png)16px center no-repeat;
    background-size: 7px;
    padding-left: 35px;
    margin-bottom: 8px;
    position: relative;
    line-height: 26px;
}

.banner3 .bd ul.normal li span {
    position: absolute;
    right: 15px;
    font-size: 12px;
    color: #a9a9a9;
    line-height: 26px;
}

.aks-tit {
    color: #9ca4ae;
    text-align: center;
    padding: 15px 0;
}

.aks-tit b {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.right-list {
    overflow: hidden;
}

.right-list li {
    width: 68px;
    text-align: center;
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
}

.right-list li:last-child {
    margin-right: 0;
}

.right-list li a {
    display: block;
    font-size: 14px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin-top: 5px;
}

.ask-answer {
    border-bottom: 1px dashed #54595f;
    font-size: 12px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin: 0 15px;
    width: 228px;
    margin-bottom: 10px;
}

.ask-answer a {
    color: #cfae69;
}

.ask-answer p {
    margin-bottom: 5px;
}

.ask-answer span {
    display: inline-block;
    width: 43px;
    height: 20px;
    text-align: center;
    background: url(/skin/default/images/ask-tit-bg.png)left top no-repeat;
    background-size: 43px 20px;
    font-size: 14px;
    color: #3b4047;
    line-height: 20px;
    margin-right: 10px;
    float: left;
}

.news {
    padding: 5px 15px 0;
}

.news a {
    display: block;
    background: url(/skin/default/images/list-ico.png)left center no-repeat;
    background-size: 7px;
    padding-left: 18px;
    font-size: 12px;
    color: #d0d4d9;
    margin-bottom: 10px;
}

.yy-list {
    padding: 15px;
    margin-bottom: 10px;
}

.yy-title {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.yy-title b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.yy-title a {
    font-size: 14px;
    color: #a1a1a1;
    float: right;
}

.yy-banner {
    position: relative;
}

.yy-banner .yy-bd {
    width: 850px;
    height: 275px;
    margin: 0 auto;
    overflow: hidden;
}

.yy-banner .yy-bd ul li {
    width: 154px;
    text-align: center;
    font-family: "SimSun";
    margin-right: 20px;
}

.yy-banner .yy-bd ul li p.p1 {
    font-size: 14px;
    color: #5c5c5c;
    margin: 2px auto;
}

.yy-banner .yy-bd ul li p.p2 {
    font-size: 16px;
    color: #3d3d3d;
    height: 26px;
    line-height: 26px;
}

.yy-banner .yy-bd ul li p.p2 i {
    display: inline-block;
    width: 17px;
    height: 26px;
    background: url(/skin/default/images/tel-ico.png)center no-repeat;
    background-size: 17px 18px;
    vertical-align: top;
    margin-right: 5px;
}

.yy-banner .yy-bd a:nth-child(3) {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 auto;
    background: url(/skin/default/images/dialog-ico.png)19px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 50px;
    text-align: start;
    font-size: 14px;
}

.yy-banner .button {
    position: absolute;
    top: 80px;
    width: 100%;
}

.yy-banner .button .prev {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-left.png)no-repeat;
    background-size: 41px;
    position: absolute;
    left: 0;
}

.yy-banner .button .next {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-right.png)no-repeat;
    background-size: 41px;
    position: absolute;
    right: 0;
}

.disea-doc {
    overflow: hidden;
    margin-bottom: 15px;
}

.disea {
    width: 733px;
    float: left;
}

.disea-doc .right {
    float: right;
    width: 258px;
}

.doctors {
    position: relative;
    width: 258px;
    padding: 0 15px 22px;
    margin-bottom: 10px;
}

.disea-tit {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    width: 733px;
}

.disea-tit b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.doctors-hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 10px;
    z-index: 9999999;
    margin-bottom: 5px;
}

.doctors-hd ul {
    text-align: center;
}

.doctors-hd ul li {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    font-size: 0;
}

.doctors-hd ul li.on {
    background: #2fc3a3;
}

.disea-list {
    overflow: hidden;
}

.disea-c {
    width: 360px;
    float: left;
    padding: 15px;
    margin-bottom: 10px;
    height: 310px;
}

.disea-list>div:nth-child(2n) {
    float: right;
}

.c-tit {
    font-size: 18px;
    color: #2fc3a3;
    border-bottom: 1px solid #e1e1e1;
    background: url(/skin/default/images/left-line.jpg)left center no-repeat;
    background-size: 5px 19px;
    padding-left: 18px;
    line-height: 34px;
    overflow: hidden;
}

.c-tit a {
    font-size: 12px;
    color: #acacac;
    float: right;
}

.jb-banner .hd ul li {
    width: 55px;
    height: 33px;
    line-height: 33px;
    background: #f3f3f3;
    font-size: 12px;
    color: #3c3c3c;
    text-align: center;
    float: left;
    border-right: 1px solid #fff;
    margin-bottom: 18px;
    margin-top: 10px;
}

.jb-banner .hd ul li:last-child {
    border-right: none;
}

.jb-banner .hd ul li.on {
    color: #fff;
    background: #3b4047;
    border: none;
    position: relative;
}

.jb-banner .hd ul li.on::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #3b4047;
    border-left: 4.5px solid #fff;
    border-right: 4.5px solid #fff;
    border-bottom: none;
    position: absolute;
    bottom: -6px;
    left: 24px;
}

.index-art {
    overflow: hidden;
}

.index-art img {
    float: left;
    width: 113px;
    height: 91px;
    margin-right: 15px;
}

.index-art p.tit {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}

.index-art p.des {
    font-size: 12px;
    color: #7a7a7a;
    font-family: "SimSun";
    text-indent: 2em;
    line-height: 20px;
}

.index-art p.des a {
    color: #ed8d26;
}

.jb-banner .bd .list ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.jb-banner .bd .list ul a {
    display: block;
    position: relative;
    left: -2px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.doctors-tit {
    font-size: 20px;
    color: #34414a;
    font-weight: bold;
    overflow: hidden;
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
}

.doctors-tit a {
    font-size: 16px;
    color: #d0d4d9;
    font-weight: normal;
    float: right;
}

.doctor {
    overflow: hidden;
    font-family: "SimSun";
    margin-bottom: 19px;
}

.doctor .l {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .l div {
    background: #2fc3a3;
    color: #fff;
    height: 20px;
    font-family: "SimSun";
}

.doctor .l div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .l div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .l span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}

.doctor .m {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .m div {
    background: #2fc3a3;
    color: #fff;
    height: 60px;
    font-family: "SimSun";
}

.doctor .m div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .m div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .m span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}


/*.doctor .d{float:left; margin-top:10px; margin-left:15px;}
.doctor .d a{color:#cfae69; font-size:12px;}
.doctor .ysxx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}
.doctor .yszx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}*/

.w730 {
    width: 730px;
}

.w258 {
    width: 258px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1000 {
    position: relative;
    width: 1050px;
    margin: 0 auto;
}

.wbg {
    background: #fff;
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

body {
    background: #f4f4f5;
    font-size: 16px;
    color: #5c5c5c;
}

.top {
    height: 46px;
    line-height: 46px;
    background: #fff;
}

.top p {
    font-size: 16px;
    color: #656565;
}

.top ul {
    display: block;
    width: 310px;
    height: 46px;
    background: #2fc3a3;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.top ul::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid #fff;
    border-bottom: 46px solid #2fc3a3;
    border-right: none;
    border-top: none;
    position: absolute;
    left: -30px;
    top: 0;
}

.top ul::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 30px solid #fff;
    border-bottom: 46px solid #2fc3a3;
    border-left: none;
    border-top: none;
    position: absolute;
    right: -30px;
    top: 0;
}

.top ul li {
    float: left;
    width: 155px;
    padding-left: 68px;
}

.top ul li a {
    color: #FFFFFF;
}

.top ul li:first-child {
    background: url(/skin/default/images/weixin-ico.png)no-repeat;
    background-size: 29px 24px;
    background-position: 30px 12px;
}

.top ul li:last-child {
    background: url(/skin/default/images/star-ico.png)no-repeat;
    background-size: 22px 21px;
    background-position: 30px 12px;
}

.top .ftwxcon {
    width: 154px;
    display: none;
    position: absolute;
    top: 46px;
    z-index: 999999999
}

.top .ftwxcon img {
    width: 100%;
}

.logo {
    background: #f4f4f5;
    height: 118px;
}

.logo ul {
    display: block;
    height: 118px;
    background: #0086E3;
}

.logo ul li {
    float: left;
    margin-top: 23px;
    margin-right: 50px;
    color: #fff;
    height: 68px;
    text-align: center;
    vertical-align: middle;
}

.logo ul li b {
    display: inline-block;
    height: 68px;
    vertical-align: top;
    line-height: 68px;
    font-size: 34px;
    margin-left: 10px;
    margin-right: 5px;
}

.logo ul li span {
    display: inline-block;
    vertical-align: inherit;
    text-align: start;
}

.logo ul li:first-child {
    width: 243px;
    margin-top: 31px;
}

.logo ul li:last-child {
    margin-right: 0;
}

.nav {
    background: #0086E3;
    height: 71px;
    line-height: 71px;
    width: 1050px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    margin-right: 40px;
}

.nav ul li:first-child {
    width: 186px;
    margin-right: 24px;
    position: relative;
}

.nav ul li:last-child {
    margin-right: 15px;
}

.nav ul li:first-child>a {
    display: block;
    width: 186px;
    height: 71px;
    line-height: 71px;
    background: #2fc3a3;
    color: #fff;
    text-align: center;
}

.nav ul li:first-child>a i {
    display: inline-block;
    width: 25px;
    height: 71px;
    background: url(/skin/default/images/arrow-down-ico.png)center no-repeat;
    background-size: 25px;
    vertical-align: top;
    margin-left: 5px;
}

.nav ul li a {
    font-size: 18px;
    color: #fff;
}

.nav .memu {
    width: 186px;
    background: rgba(17, 22, 28, 0.8);
    display: none;
    z-index: 999;
    position: absolute;
    top: 71px;
}

.nav .memu a {
    display: block;
    width: 186px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    text-align: center;
}

.nav .memu a:hover {
    background: #282d33;
}

.banner {
    position: relative;
    height: 469px;
    width: 100%;
}

.banner .hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.banner .hd ul {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.banner .hd ul li {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #243140;
    margin-right: 20px;
}

.banner .hd ul li.on {
    background: #2fc3a3;
}

.banner .bd ul li a {
    display: block;
    height: 469px;
}

.hzgz {
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    margin-bottom: 10px;
}

.search {
    float: right;
    margin-right: 10px;
    width: 290px;
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    overflow: hidden;
}

.search input {
    float: left;
    height: 38px;
    line-height: 38px;
}

.search input[type='text'] {
    border: 1px solid #e4e4e4;
    width: 210px;
    padding-left: 10px;
}

.search input[type='submit'] {
    width: 80px;
    color: #fff;
    text-align: center;
    background: #2fc3a3;
}

.hzgz-list {
    float: left;
}

.hzgz-list p {
    width: 120px;
    float: left;
    color: #555656;
    background: url(/skin/default/images/ask-ico.png)10px center no-repeat;
    background-size: 20px 22px;
    padding-left: 40px;
    font-weight: bold;
}

.hzgz-list ul {
    float: left;
    height: 53px;
    overflow: hidden;
}

.hzgz-list ul li {
    float: left;
    margin-right: 20px;
}

.hzgz ul li a {
    color: #555656;
}

.package {
    overflow: hidden;
    margin-bottom: 10px;
}

.package .child {
    float: left;
    margin-right: 10px;
}

.package .child:last-child {
    margin-right: 0;
}

.package .left {
    width: 258px;
    height: 352px;
    overflow: hidden;
}

.package .center {
    width: 490px;
    height: 352px;
}

.package .right {
    float: right;
    width: 258px;
    background: #3b4047;
    height: 352px;
}

.banner2 {
    position: relative;
}

.banner2 .bd {
    width: 258px;
    height: 352px;
}

.banner2 .bd ul li {
    width: 258px;
    height: 352px;
}

.banner2 .hd {
    position: absolute;
    bottom: 14px;
    width: 100%;
}

.banner2 .hd ul {
    display: block;
    text-align: center;
    width: 100%;
}

.banner2 .hd ul li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    font-size: 0;
    background: #243140;
    margin-right: 5px;
}

.banner2 .hd ul li.on {
    background: #2fc3a3;
}

.banner3 .hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eaeaee;
    position: relative;
}

.banner3 .hd ul {
    overflow: hidden;
}

.banner3 .hd ul li {
    width: 123px;
    float: left;
    color: #7c7c7c;
    text-align: center;
    cursor: pointer;
}

.banner3 .hd ul li.on {
    border-bottom: 2px solid #2fc3a3;
    font-weight: bold;
    color: #000;
}

.banner3 .hd a {
    display: block;
    width: 50px;
    height: 26px;
    line-height: 26px;
    background: url(/skin/default/images/more-ico.png)center #cfae69 no-repeat;
    background-size: 29px 8px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.banner3 .bd {
    height: 307px;
}

.banner3 .bd .tit {
    text-align: center;
    font-size: 20px;
    color: #cfae69;
    font-weight: bold;
    padding: 15px 0;
}

.banner3 .bd .des {
    font-size: 12px;
    color: #7d7d7d;
    padding: 0 15px;
    text-indent: 2em;
}

.banner3 .bd .des a {
    color: #cfae69;
}

.banner3 .bd ul.hot {
    margin: 10px auto;
    overflow: hidden;
}

.banner3 .bd ul.hot li {
    float: left;
    width: 50%;
    background: url(/skin/default/images/plus-ico.png)32px center no-repeat;
    background-size: 23px;
    padding-left: 60px;
    position: relative;
}

.banner3 .bd ul.hot li i {
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(/skin/default/images/hot-ico.png)no-repeat;
    position: relative;
    top: -2px;
    left: 5px;
}

.banner3 .bd ul.normal li {
    background: url(/skin/default/images/list-ico.png)16px center no-repeat;
    background-size: 7px;
    padding-left: 35px;
    margin-bottom: 8px;
    position: relative;
    line-height: 22px;
}

.banner3 .bd ul.normal li span {
    position: absolute;
    right: 15px;
    font-size: 12px;
    color: #a9a9a9;
    line-height: 26px;
}

.aks-tit {
    color: #9ca4ae;
    text-align: center;
    padding: 15px 0;
}

.aks-tit b {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.right-list {
    overflow: hidden;
}

.right-list li {
    width: 68px;
    text-align: center;
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
}

.right-list li:last-child {
    margin-right: 0;
}

.right-list li a {
    display: block;
    font-size: 14px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin-top: 5px;
}

.ask-answer {
    border-bottom: 1px dashed #54595f;
    font-size: 12px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin: 0 15px;
    width: 228px;
    margin-bottom: 10px;
}

.ask-answer a {
    color: #cfae69;
}

.ask-answer p {
    margin-bottom: 5px;
}

.ask-answer span {
    display: inline-block;
    width: 43px;
    height: 20px;
    text-align: center;
    background: url(/skin/default/images/ask-tit-bg.png)left top no-repeat;
    background-size: 43px 20px;
    font-size: 14px;
    color: #3b4047;
    line-height: 20px;
    margin-right: 10px;
    float: left;
}

.news {
    padding: 5px 15px 0;
}

.news a {
    display: block;
    background: url(/skin/default/images/list-ico.png)left center no-repeat;
    background-size: 7px;
    padding-left: 18px;
    font-size: 12px;
    color: #d0d4d9;
    margin-bottom: 10px;
}

.yy-list {
    padding: 15px;
    margin-bottom: 10px;
}

.yy-title {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.yy-title b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.yy-title a {
    font-size: 14px;
    color: #a1a1a1;
    float: right;
}

.yy-banner {
    position: relative;
}

.yy-banner .yy-bd {
    width: 850px;
    height: 275px;
    margin: 0 auto;
    overflow: hidden;
}

.yy-banner .yy-bd ul li {
    width: 200px;
    text-align: center;
    font-family: "SimSun";
    margin-right: 20px;
    overflow: hidden;
}

.yy-banner .yy-bd ul li>a>img {
    width: 167px;
    height: 180px;
}

.yy-bannera .yy-bd ul li {
    width: 32%;
    text-align: center;
    font-family: "SimSun";
    margin-right: 20px;
    overflow: hidden;
}

.yy-banner .yy-bd ul li p.p1 {
    font-size: 14px;
    color: #5c5c5c;
    margin: 16px auto;
    font-weight: bold;
}

.yy-banner .yy-bd ul li p.p2 {
    font-size: 16px;
    color: #3d3d3d;
    height: 26px;
    line-height: 26px;
}

.yy-banner .yy-bd ul li p.p2 i {
    display: inline-block;
    width: 17px;
    height: 26px;
    background: url(/skin/default/images/tel-ico.png)center no-repeat;
    background-size: 17px 18px;
    vertical-align: top;
    margin-right: 5px;
}

.yy-banner .yy-bd a:nth-child(3) {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 auto;
    background: url(/skin/default/images/dialog-ico.png)19px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 50px;
    text-align: start;
    font-size: 14px;
}

.yy-banner .yy-bd ul li .a1 {
    background: #EF6300;
    width: 100px;
    display: block;
    margin: 0 auto;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    padding-left: 0;
    text-align: center;
}

.yy-banner .button {
    position: absolute;
    top: 80px;
    width: 100%;
}

.yy-banner .button .prev {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-left.png)no-repeat;
    background-size: 41px;
    position: absolute;
    left: 0;
}

.yy-banner .button .next {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-right.png)no-repeat;
    background-size: 41px;
    position: absolute;
    right: 0;
}

.disea-doc {
    overflow: hidden;
    margin-bottom: 15px;
}

.disea {
    width: 760px;
    float: left;
}

.disea-doc .right {
    float: right;
    width: 258px;
}

.doctors {
    position: relative;
    width: 258px;
    padding: 0 15px 22px;
    margin-bottom: 10px;
}

.disea-tit {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    width: 760px;
}

.disea-tit b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.doctors-hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 10px;
    z-index: 9999999;
    margin-bottom: 5px;
}

.doctors-hd ul {
    text-align: center;
}

.doctors-hd ul li {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    font-size: 0;
}

.doctors-hd ul li.on {
    background: #2fc3a3;
}

.disea-list {
    overflow: hidden;
    border: 1px #ece6e6 solid;
}

.disea-c {
    width: 370px;
    float: left;
    padding: 15px;
    margin-bottom: 10px;
    height: 310px;
}

.disea-list>div:nth-child(2n) {
    float: right;
}

.c-tit {
    font-size: 18px;
    color: #2fc3a3;
    border-bottom: 1px solid #e1e1e1;
    background: url(/skin/default/images/left-line.jpg)left center no-repeat;
    background-size: 5px 19px;
    padding-left: 18px;
    line-height: 34px;
    overflow: hidden;
}

.c-tit a {
    font-size: 12px;
    color: #acacac;
    float: right;
}

.jb-banner .hd ul li {
    width: 55px;
    height: 33px;
    line-height: 33px;
    background: #f3f3f3;
    font-size: 12px;
    color: #3c3c3c;
    text-align: center;
    float: left;
    border-right: 1px solid #fff;
    margin-bottom: 18px;
    margin-top: 10px;
}

.jb-banner .hd ul li:last-child {
    border-right: none;
}

.jb-banner .hd ul li.on {
    color: #fff;
    background: #2fc3a3;
    border: none;
    position: relative;
    cursor: pointer;
}

.jb-banner .hd ul li.on::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #2fc3a3;
    border-left: 4.5px solid #fff;
    border-right: 4.5px solid #fff;
    border-bottom: none;
    position: absolute;
    bottom: -6px;
    left: 24px;
}

.index-art {
    overflow: hidden;
}

.index-art img {
    float: left;
    width: 113px;
    height: 91px;
    margin-right: 15px;
}

.index-art p.tit {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}

.index-art p.des {
    font-size: 12px;
    color: #7a7a7a;
    font-family: "SimSun";
    text-indent: 2em;
    line-height: 20px;
}

.index-art p.des a {
    color: #ed8d26;
}

.jb-banner .bd .list ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.jb-banner .bd .list ul a {
    display: block;
    position: relative;
    left: -2px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.doctors-tit {
    font-size: 20px;
    color: #34414a;
    font-weight: bold;
    overflow: hidden;
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
}

.doctors-tit a {
    font-size: 16px;
    color: #d0d4d9;
    font-weight: normal;
    float: right;
}

.doctor {
    overflow: hidden;
    font-family: "SimSun";
    margin-bottom: 19px;
}

.doctor .l {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .l div {
    background: #2fc3a3;
    color: #fff;
    height: 20px;
    font-family: "SimSun";
    line-height: 20px;
    margin-top: 9px;
}

.doctor .l div p.p1 {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}

.doctor .l div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .l span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r {
    float: right;
    width: 115px;
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}

.doctor .m {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .m div {
    background: #2fc3a3;
    color: #fff;
    height: 60px;
    font-family: "SimSun";
}

.doctor .m div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .m div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .m span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}


/*.doctor .d{float:left; margin-top:10px; margin-left:15px;}
.doctor .d a{color:#cfae69; font-size:12px;}
.doctor .ysxx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}
.doctor .yszx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}*/

a.ysxx {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    margin-top: 10px;
    background: url(/skin/default/images/xi-ico.png)5px center #cfae69 no-repeat;
    background-size: 23px 18px;
    padding-left: 35px;
    font-size: 14px;
    float: left;
}

a.yszx {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    margin-top: 7px;
    background: url(/skin/default/images/dialog-ico.png)5px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 35px;
    font-size: 14px;
    float: right;
}

.jzx-bl {
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

.jzx-bl .index-art img {
    width: 104px;
    height: 90px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px #ccc solid;
}

.hot-ask {
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

.jzx-bl ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.jzx-bl ul a {
    display: block;
    position: relative;
    left: -1px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.hot-ask ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.hot-ask ul a {
    display: block;
    position: relative;
    left: -1px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.hot-aks2 {
    height: 218px;
}

.hot-banner {
    position: relative;
    height: 335px;
    margin: 0 auto;
    width: 173px;
}

.hot-banner .hot-button {
    position: absolute;
    top: 145px;
    width: 100%;
}

.hot-banner .hot-button .prev {
    display: block;
    width: 28px;
    height: 29px;
    background: url(/skin/default/images/left-ico.png)no-repeat;
    background-size: 28px 29px;
    position: absolute;
    left: -35px;
}

.hot-banner .hot-button .next {
    display: block;
    width: 28px;
    height: 29px;
    background: url(/skin/default/images/right-ico.png)no-repeat;
    background-size: 28px 29px;
    position: absolute;
    right: -35px;
}

.hot-banner .hot-bd {
    width: 173px;
    margin: 0 auto;
}

.hot-banner .hot-bd ul a {
    display: block;
    width: 173px;
}

.hot-banner .hot-bd ul img {
    width: 173px;
    height: 123px;
}

.hot-banner .hot-bd ul a p {
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    margin: 5px auto;
}

a:hover {
    color: red !important;
}

#cen_index {
    margin-top: 20px;
}

.position {
    margin-bottom: 20px;
}

.y_banneraal {
    width: 47%;
    height: 254px;
}

.y_banneraal img {
    width: 100%;
}

.y_banneraar {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
    width: 50%;
}

.list_biaoq {
    margin-top: 10px;
}

.list_biaoq li {
    float: left;
    text-align: center;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    margin-bottom: 7px;
}

.list_biaoq li:nth-child(1) {
    background: #125c23;
    width: 197px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(2) {
    background: blue;
    width: 250px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(3) {
    background: #3aba88;
    width: 232px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(4) {
    background: #564123;
    width: 249px;
}

.list_biaoq li:nth-child(5) {
    background: #525f79;
    width: 237px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(6) {
    background: #79113d;
    width: 238px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(7) {
    background: #4f5623b3;
    width: 205px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(8) {
    background: #795d52e6;
    width: 245px;
}

.list_biaoq li:nth-child(9) {
    background: #117967e6;
    width: 249px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(10) {
    background: #a55428b3;
    width: 205px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(11) {
    background: #527962e6;
    width: 245px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(12) {
    background: #521179e6;
    width: 229px;
}

.list_biaoq li:nth-child(13) {
    background: #18bd54e6;
    width: 240px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(14) {
    background: #2844a5b3;
    width: 205px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(15) {
    background: #795270e6;
    width: 245px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(16) {
    background: #114979e6;
    width: 238px;
}

.list_biaoq ul li>a {
    color: #fff;
    height: 100%;
}


/*评论*/

.comment {
    background-color: #fff;
    padding: 15px;
}

.pl-title {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.pl-title b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.pl-title a {
    font-size: 14px;
    color: #a1a1a1;
    float: right;
}

.inx_plina {
    border-bottom: 1px #ddd dotted;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.inx_plinal {
    width: 7%;
    overflow: hidden;
}

.red {
    color: red
}

.inx_plinar1 p {
    font-size: 13px;
    float: left;
}

.inx_plinar1 p:nth-child(1) {
    width: 15%;
}

.inx_plinar1 p:nth-child(2) {
    width: 20%;
}

.inx_plinar1 p:nth-child(3) {
    width: 34%;
}

.inx_plinar1 p:nth-child(4) {
    width: 15%;
}

.inx_plinar1 p:nth-child(5) {
    width: 15%;
    float: right;
}

.inx_plinar1 {
    overflow: hidden;
}

.inx_plinal>img {
    width: 100%;
}

.inx_plinar {
    width: 91%;
    float: right;
}

.left {
    float: left;
}

.inx_plinar2 {
    padding: 1% 0;
}

.inx_plinar2 p:nth-child(1) {
    font-size: 14px;
}

.inx_plinar2 p:nth-child(2) {
    text-align: right;
}


/*友情链接*/

.title {
    width: 1000px;
    height: 50px;
    position: relative;
    border-bottom: 1px solid #0086E3;
    margin-top: 20px;
}

.title span {
    border-bottom: 2px solid #25A4FB;
    position: absolute;
    bottom: 0px;
    color: #0086E3;
    font-size: 24px;
}

#con_zzjs_net {
    WIDTH: 1000px;
    margin: 20px auto;
    overflow: hidden;
}

#tags {
    WIDTH: 998px;
    border: 1px solid #ddd;
    height: 50px;
    overflow: hidden;
    width: 100%;
}

#tags LI {
    FLOAT: left;
    HEIGHT: 50px;
    width: 100px;
    line-height: 50px;
    text-align: center;
}

#tags LI A {
    COLOR: #000;
    font-weight: bold;
}

#tags LI.emptyTag {}

#tags LI.selectTag {
    HEIGHT: 50px;
    background: #0086E3;
    color: #fff;
}

#tags LI.selectTag A {
    COLOR: #fff;
    font-weight: bold;
    font-size: 16px;
}

#tagContent {
    border: 1px solid #ddd;
    border-top: none;
}

.tagContent {
    PADDING-RIGHT: 2px;
    DISPLAY: none;
    WIDTH: 1000px;
    PADDING-TOP: 5px;
    HEIGHT: auto;
    overflow: hidden;
}

.tagContent a {
    color: #000;
    margin-left: 10px;
    line-height: 30px;
    font-size: 15px;
}

.tagContent a:hover {
    color: #0086E3;
}

#tagContent DIV.selectTag {
    DISPLAY: block
}

#tagContent li {
    float: left;
    padding-left: 1px;
    padding-bottom: 7px;
}

#tagContent li span {
    float: right;
    color: #ccc;
    font-size: 10px;
}

#index_foot {
    width: 100%;
    background: #0086E3;
}

.index_foota {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    padding-bottom: 0;
}

.index_foota1l {
    width: 12.5%;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    font-size: 20px;
    letter-spacing: 2px;
}

.index_foota1l1 {
    border-right: 2px #fff solid;
}

.index_foota2 {
    margin-top: 15px;
}

.index_foota2a {
    width: 18%;
}

.index_foota2a1 {
    position: relative;
}

.index_foota2a1 img {
    width: 100%;
}

.index_foota2a1a {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    width: 100%;
    letter-spacing: 1px;
}

.index_foota2b {
    width: 30%;
}

.index_foota2c {
    width: 30%;
}   padding: 5px;
}

.doctor .l span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}

.doctor .m {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .m div {
    background: #2fc3a3;
    color: #fff;
    height: 60px;
    font-family: "SimSun";
}

.doctor .m div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .m div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .m span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}


/*.doctor .d{float:left; margin-top:10px; margin-left:15px;}
.doctor .d a{color:#cfae69; font-size:12px;}
.doctor .ysxx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}
.doctor .yszx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}*/

a.ysxx {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    margin-top: 8px;
    background: url(/skin/default/images/xi-ico.png)5px center #cfae69 no-repeat;
    background-size: 23px 18px;
    padding-left: 35px;
    font-size: 14px;
    float: left;
}

a.yszx {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    margin-top: 8px;
    background: url(/skin/default/images/dialog-ico.png)5px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 35px;
    font-size: 14px;
    float: right;
}

.jzx-bl {
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

.jzx-bl .index-art img {
    width: 104px;
    height: 90px;
    margin-right: 10px;
}

.hot-ask {
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

.jzx-bl ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.jzx-bl ul a {
    display: block;
    position: relative;
    left: -1px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.hot-ask ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.hot-ask ul a {
    display: block;
    position: relative;
    left: -1px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.hot-aks2 {
    height: 218px;
}

.hot-banner {
    position: relative;
    height: 335px;
    margin: 0 auto;
    width: 173px;
}

.hot-banner .hot-button {
    position: absolute;
    top: 145px;
    width: 100%;
}

.hot-banner .hot-button .prev {
    display: block;
    width: 28px;
    height: 29px;
    background: url(/skin/default/images/left-ico.png)no-repeat;
    background-size: 28px 29px;
    position: absolute;
    left: -35px;
}

.hot-banner .hot-button .next {
    display: block;
    width: 28px;
    height: 29px;
    background: url(/skin/default/images/right-ico.png)no-repeat;
    background-size: 28px 29px;
    position: absolute;
    right: -35px;
}

.hot-banner .hot-bd {
    width: 173px;
    margin: 0 auto;
}

.hot-banner .hot-bd ul a {
    display: block;
    width: 173px;
}

.hot-banner .hot-bd ul img {
    width: 173px;
    height: 123px;
}

.hot-banner .hot-bd ul a p {
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    margin: 5px auto;
}

.jzx-hot-tj {
    padding: 15px;
    height: 232px;
}

.jzx-hot-tit {
    font-size: 18px;
    color: #cad5e4;
    height: 43px;
    line-height: 43px;
    width: 733px;
    position: relative;
    overflow: hidden;
    width: 703px;
}

.jzx-hot-tit b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.jzx-hot-tit a {
    float: right;
    font-size: 14px;
    color: #acacac;
    float: right;
}

.hot-tj-list {
    width: 703px;
    overflow: hidden;
}

.hot-tj-list div {
    float: left;
    width: 50%;
}

.hot-tj-list div ul a {
    display: block;
    background: url(/skin/default/images/list-ico.png)left center no-repeat;
    background-size: 7px;
    font-size: 14px;
    color: #5c5c5c;
    padding-left: 15px;
    margin-bottom: 6px;
}


/*食疗推荐 s*/

.msltj {
    background: #FFF;
    padding: 15px;
    margin-bottom: 30px;
}

.msltj .sltjtop {
    overflow: hidden;
}

.msltj .sltjtop .stleft {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    float: left;
}

.msltj .sltjtop .stleft b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.msltj .sltjtop a {
    font-size: 16px;
    color: #d0d4d9;
    font-weight: normal;
    float: right;
}

.msltj .sltjmain .sltjcon {
    width: 850px;
    margin: 0 auto;
    position: relative
}

.msltj .sltjmain .sltjcon .bd ul {
    overflow: hidden;
}

.msltj .sltjmain .sltjcon .bd ul li {
    width: 150px;
    float: left;
    margin: 0 10px;
}

.msltj .sltjmain .sltjcon .bd ul li img {
    width: 150px;
    height: 130px;
}

.msltj .sltjmain .sltjcon .bd ul li p {
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    margin: 5px auto;
}

.msltj .sltjmain .sltjcon .slprev {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/left-ico.png)no-repeat;
    background-size: 41px;
    position: absolute;
    left: -60px;
    top: 50px;
}

.msltj .sltjmain .sltjcon .slnext {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/right-ico.png)no-repeat;
    background-size: 41px;
    position: absolute;
    right: -60px;
    top: 50px;
}


/*食疗推荐 e*/


/*foot*/

.footer {
    background: #0086E3;
    text-align: center;
    height: 270px;
    padding-top: 34px;
}

.footer p {
    font-size: 14px;
    color: #a4b6cd;
    line-height: 30px;
}

.footer ul {
    margin: 30px auto 15px;
}

.footer ul a {
    font-size: 14px;
    color: #a4b6cd;
}

.bottom-link ul a {
    display: block;
    float: left;
    width: 200px;
    margin-right: 10px;
    background: url(/skin/default/images/yellow-list-ico.png)left center no-repeat;
    background-size: 10px;
    padding-left: 20px;
}

.bottom-link ul a:nth-child(5n) {
    margin-right: 0;
}


/*index--end*/


/**************************list_article*********************************************************************************************************/


/*当前位置*/

.package-c {
    overflow: hidden;
    margin-bottom: 15px;
}

.package-c .left {
    width: 700px;
    float: left;
    height: 255px;
}

.package-c .right {
    width: 288px;
    float: right;
    background: #0086E3;
    height: 255px;
}

.position a {
    font-size: 16px;
    color: #232323;
}

.bz {
    padding: 10px;
    overflow: hidden;
}

.bz .l {
    float: left;
    width: 140px;
    height: 152px;
    background: #e1e1e1;
}

.bz .l img {
    width: 140px;
    height: 152px;
}

.bz .r {
    float: right;
    width: 480px;
}

.bz .r p.p1 {
    color: #000;
    text-align: center;
}

.bz .r p.p2 {
    color: #7a7a7a;
    font-size: 12px;
    text-indent: 2em;
    margin: 10px auto;
}

.bz .r p.p2 a {
    color: #ed8d26;
}

.bz .r ul {
    overflow: hidden;
}

.bz .r ul a {
    display: block;
    float: left;
    width: 100%;
    background-size: 3px;
    padding-left: 24px;
    font-size: 12px;
    color: #7a7a7a;
    margin-bottom: 10px;
}

.list_kkjj {
    font-size: 12px;
    color: #a9a9a9;
    float: right;
}

.disease-c {
    width: 329px;
    height: 304px;
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 11px;
}

.disease-lists>div:nth-child(3n) {
    margin-right: 0;
}

.disease-c .c-tit {
    margin-bottom: 10px;
}

.disease-c ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.disease-c ul a {
    display: block;
    position: relative;
    left: -2px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.tjys {
    height: 350px;
    padding-bottom: 0;
}

.tjys .yy-banner .yy-bd {
    height: 276px;
}

.tjys .yy-banner .yy-bd a:nth-child(3) {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 auto;
    background: url(/skin/default/images/dialog-ico.png)19px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 50px;
    text-align: start;
    font-size: 14px;
}

.online-ask {
    padding: 15px;
    margin-bottom: 10px;
}

.online-ask ul {
    overflow: hidden;
}

.online-ask ul a {
    display: block;
    font-size: 14px;
    color: #5c5c5c;
    background: url(/skin/default/images/list-ico.png)left center no-repeat;
    background-size: 7px;
    padding-left: 24px;
    margin-bottom: 10px;
    width: 50%;
    float: left;
}

.package-c .right {
    padding: 15px;
}

.jzx-yy-tit {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    height: 27px;
    line-height: 27px;
}

.jzx-yy-tit a {
    font-size: 14px;
    color: #9ca4ae;
    float: right;
}

.jzx-yy-banner {
    width: 262px;
    margin-top: 15px;
}

.jzx-yy-banner .jzx-bd {
    width: 232px;
    height: 152px;
}

.jzx-yy-banner .jzx-hd {
    width: 232px;
    margin: 20px auto;
}

.jzx-yy-banner .jzx-hd ul {
    text-align: center;
    font-size: 0;
}

.jzx-yy-banner .jzx-hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #2fc3a3;
    margin-right: 5px;
}

.jzx-yy-banner .jzx-hd ul li.on {
    background: #ed8d26;
}

.jzx-yy-banner .jzx-bd .y {
    overflow: hidden;
}

.jzx-yy-banner .jzx-bd .y .l {
    width: 104px;
    height: 152px;
    background: #fff;
    float: left;
}

.jzx-yy-banner .jzx-bd .y .r {
    width: 118px;
    height: 152px;
    float: right;
}

.jzx-yy-banner .jzx-bd .y .r p.p1 {
    font-size: 12px;
    color: #d0d4d9;
    font-family: "SimSun";
}

.jzx-yy-banner .jzx-bd .y .r p.p2 {
    font-size: 12px;
    color: #cfae69;
    font-family: "SimSun";
    background: url(/skin/default/images/tel2-ico.png)left center no-repeat;
    background-size: 13px 18px;
    padding-left: 20px;
    height: 24px;
    line-height: 24px;
}

.jzx-yy-banner .jzx-bd .y .r p.p3 {
    font-size: 12px;
    color: #d0d4d9;
    line-height: 18px;
    font-family: "SimSun";
}

.jzx-yy-banner .jzx-bd .y .r p.p3 a {
    color: #cfae69;
}

.jzx-yy-banner .jzx-bd .y .r a.tel {
    display: block;
    width: 118px;
    height: 30px;
    line-height: 30px;
    background: url(/skin/default/images/dialog-ico.png)8px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 33px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 5px auto;
    font-size: 12px;
    color: #fff;
}


/***********************article_article***********************/

.w730 {
    width: 730px;
}

.w258 {
    width: 258px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1000 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.wbg {
    background: #fff;
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

body {
    background: #f4f4f5;
    font-size: 16px;
    color: #5c5c5c;
}

.top {
    height: 46px;
    line-height: 46px;
    background: #fff;
}

.top p {
    font-size: 16px;
    color: #656565;
}

.top ul {
    display: block;
    width: 310px;
    height: 46px;
    background: #2fc3a3;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.top ul::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid #fff;
    border-bottom: 46px solid #2fc3a3;
    border-right: none;
    border-top: none;
    position: absolute;
    left: -30px;
    top: 0;
}

.top ul::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 30px solid #fff;
    border-bottom: 46px solid #2fc3a3;
    border-left: none;
    border-top: none;
    position: absolute;
    right: -30px;
    top: 0;
}

.top ul li {
    float: left;
    width: 155px;
    padding-left: 68px;
}

.top ul li a {
    color: #FFFFFF;
}

.top ul li:first-child {
    background: url(/skin/default/images/weixin-ico.png)no-repeat;
    background-size: 29px 24px;
    background-position: 30px 12px;
}

.top ul li:last-child {
    background: url(/skin/default/images/star-ico.png)no-repeat;
    background-size: 22px 21px;
    background-position: 30px 12px;
}

.top .ftwxcon {
    width: 154px;
    display: none;
    position: absolute;
    top: 46px;
    z-index: 999999999
}

.top .ftwxcon img {
    width: 100%;
}

.logo {
    background: #282d33;
    height: 118px;
}

.logo ul {
    display: block;
    height: 118px;
}

.logo ul li {
    float: left;
    margin-top: 23px;
    margin-right: 50px;
    color: #fff;
    height: 68px;
    text-align: center;
    vertical-align: middle;
}

.logo ul li b {
    display: inline-block;
    height: 68px;
    vertical-align: top;
    line-height: 68px;
    font-size: 34px;
    margin-left: 10px;
    margin-right: 5px;
}

.logo ul li span {
    display: inline-block;
    vertical-align: top;
    text-align: start;
}

.logo ul li:first-child {
    width: 243px;
    margin-top: 31px;
}

.logo ul li:last-child {
    margin-right: 0;
}

.nav {
    background: #11161c;
    height: 71px;
    line-height: 71px;
}

.nav ul li {
    float: left;
    margin-right: 50px;
}

.nav ul li:first-child {
    width: 186px;
    margin-right: 24px;
    position: relative;
}

.nav ul li:last-child {
    margin-right: 15px;
}

.nav ul li:first-child>a {
    display: block;
    width: 186px;
    height: 71px;
    line-height: 71px;
    background: #2fc3a3;
    color: #fff;
    text-align: center;
}

.nav ul li:first-child>a i {
    display: inline-block;
    width: 25px;
    height: 71px;
    background: url(/skin/default/images/arrow-down-ico.png)center no-repeat;
    background-size: 25px;
    vertical-align: top;
    margin-left: 5px;
}

.nav ul li a {
    font-size: 18px;
    color: #b9b8b8;
}

.nav .memu {
    width: 186px;
    background: rgba(17, 22, 28, 0.8);
    display: none;
    z-index: 999;
    position: absolute;
    top: 71px;
}

.nav .memu a {
    display: block;
    width: 186px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    text-align: center;
}

.nav .memu a:hover {
    background: #282d33;
}

.banner {
    position: relative;
    height: 469px;
    width: 100%;
}

.banner .hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.banner .hd ul {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.banner .hd ul li {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #243140;
    margin-right: 20px;
}

.banner .hd ul li.on {
    background: #2fc3a3;
}

.banner .bd ul li a {
    display: block;
    height: 469px;
}

.hzgz {
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    margin-bottom: 10px;
}

.search {
    float: right;
    margin-right: 10px;
    width: 290px;
    height: 38px;
    line-height: 38px;
    margin-top: 8px;
    overflow: hidden;
}

.search input {
    float: left;
    height: 38px;
    line-height: 38px;
}

.search input[type='text'] {
    border: 1px solid #e4e4e4;
    width: 210px;
    padding-left: 10px;
}

.search input[type='submit'] {
    width: 80px;
    color: #fff;
    text-align: center;
    background: #2fc3a3;
}

.hzgz-list {
    float: left;
}

.hzgz-list p {
    width: 120px;
    float: left;
    color: #555656;
    background: url(/skin/default/images/ask-ico.png)10px center no-repeat;
    background-size: 20px 22px;
    padding-left: 40px;
    font-weight: bold;
}

.hzgz-list ul {
    float: left;
    height: 53px;
    overflow: hidden;
}

.hzgz-list ul li {
    float: left;
    margin-right: 20px;
}

.hzgz ul li a {
    color: #555656;
}

.package {
    overflow: hidden;
    margin-bottom: 10px;
}

.package .child {
    float: left;
    margin-right: 10px;
}

.package .child:last-child {
    margin-right: 0;
}

.package .left {
    width: 258px;
    height: 352px;
}

.package .center {
    width: 464px;
    height: 352px;
}

.package .right {
    float: right;
    width: 258px;
    background: #3b4047;
    height: 352px;
}

.banner2 {
    position: relative;
}

.banner2 .bd {
    width: 258px;
    height: 352px;
}

.banner2 .bd ul li {
    width: 258px;
    height: 352px;
}

.banner2 .hd {
    position: absolute;
    bottom: 14px;
    width: 100%;
}

.banner2 .hd ul {
    display: block;
    text-align: center;
    width: 100%;
}

.banner2 .hd ul li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    font-size: 0;
    background: #243140;
    margin-right: 5px;
}

.banner2 .hd ul li.on {
    background: #2fc3a3;
}

.banner3 .hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eaeaee;
    position: relative;
}

.banner3 .hd ul {
    overflow: hidden;
}

.banner3 .hd ul li {
    width: 123px;
    float: left;
    color: #7c7c7c;
    text-align: center;
}

.banner3 .hd ul li.on {
    border-bottom: 2px solid #2fc3a3;
    font-weight: bold;
    color: #000;
}

.banner3 .hd a {
    display: block;
    width: 50px;
    height: 26px;
    line-height: 26px;
    background: url(/skin/default/images/more-ico.png)center #cfae69 no-repeat;
    background-size: 29px 8px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.banner3 .bd {
    height: 307px;
}

.banner3 .bd .tit {
    text-align: center;
    font-size: 20px;
    color: #cfae69;
    font-weight: bold;
    padding: 15px 0;
}

.banner3 .bd .des {
    font-size: 12px;
    color: #7d7d7d;
    padding: 0 15px;
    text-indent: 2em;
}

.banner3 .bd .des a {
    color: #cfae69;
}

.banner3 .bd ul.hot {
    margin: 10px auto;
    overflow: hidden;
}

.banner3 .bd ul.hot li {
    float: left;
    width: 50%;
    background: url(/skin/default/images/plus-ico.png)32px center no-repeat;
    background-size: 23px;
    padding-left: 60px;
    position: relative;
}

.banner3 .bd ul.hot li i {
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(/skin/default/images/hot-ico.png)no-repeat;
    position: relative;
    top: -8px;
    left: 5px;
}

.banner3 .bd ul.normal li {
    background: url(/skin/default/images/list-ico.png)16px center no-repeat;
    background-size: 7px;
    padding-left: 35px;
    margin-bottom: 8px;
    position: relative;
    line-height: 26px;
}

.banner3 .bd ul.normal li span {
    position: absolute;
    right: 15px;
    font-size: 12px;
    color: #a9a9a9;
    line-height: 26px;
}

.aks-tit {
    color: #9ca4ae;
    text-align: center;
    padding: 15px 0;
}

.aks-tit b {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.right-list {
    overflow: hidden;
}

.right-list li {
    width: 68px;
    text-align: center;
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
}

.right-list li:last-child {
    margin-right: 0;
}

.right-list li a {
    display: block;
    font-size: 14px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin-top: 5px;
}

.ask-answer {
    border-bottom: 1px dashed #54595f;
    font-size: 12px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin: 0 15px;
    width: 228px;
    margin-bottom: 10px;
}

.ask-answer a {
    color: #cfae69;
}

.ask-answer p {
    margin-bottom: 5px;
}

.ask-answer span {
    display: inline-block;
    width: 43px;
    height: 20px;
    text-align: center;
    background: url(/skin/default/images/ask-tit-bg.png)left top no-repeat;
    background-size: 43px 20px;
    font-size: 14px;
    color: #3b4047;
    line-height: 20px;
    margin-right: 10px;
    float: left;
}

.news {
    padding: 5px 15px 0;
}

.news a {
    display: block;
    background: url(/skin/default/images/list-ico.png)left center no-repeat;
    background-size: 7px;
    padding-left: 18px;
    font-size: 12px;
    color: #d0d4d9;
    margin-bottom: 10px;
}

.yy-list {
    padding: 15px;
    margin-bottom: 10px;
}

.yy-title {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.yy-title b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.yy-title a {
    font-size: 14px;
    color: #a1a1a1;
    float: right;
}

.yy-banner {
    position: relative;
}

.yy-banner .yy-bd {
    width: 850px;
    height: 275px;
    margin: 0 auto;
    overflow: hidden;
}

.yy-banner .yy-bd ul li {
    width: 154px;
    text-align: center;
    font-family: "SimSun";
    margin-right: 20px;
}

.yy-banner .yy-bd ul li p.p1 {
    font-size: 14px;
    color: #5c5c5c;
    margin: 2px auto;
}

.yy-banner .yy-bd ul li p.p2 {
    font-size: 16px;
    color: #3d3d3d;
    height: 26px;
    line-height: 26px;
}

.yy-banner .yy-bd ul li p.p2 i {
    display: inline-block;
    width: 17px;
    height: 26px;
    background: url(/skin/default/images/tel-ico.png)center no-repeat;
    background-size: 17px 18px;
    vertical-align: top;
    margin-right: 5px;
}

.yy-banner .yy-bd a:nth-child(3) {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 auto;
    background: url(/skin/default/images/dialog-ico.png)19px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 50px;
    text-align: start;
    font-size: 14px;
}

.yy-banner .button {
    position: absolute;
    top: 80px;
    width: 100%;
}

.yy-banner .button .prev {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-left.png)no-repeat;
    background-size: 41px;
    position: absolute;
    left: 0;
}

.yy-banner .button .next {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-right.png)no-repeat;
    background-size: 41px;
    position: absolute;
    right: 0;
}

.disea-doc {
    overflow: hidden;
    margin-bottom: 15px;
}

.disea {
    width: 733px;
    float: left;
}

.disea-doc .right {
    float: right;
    width: 258px;
}

.doctors {
    position: relative;
    width: 258px;
    padding: 0 15px 22px;
    margin-bottom: 10px;
}

.disea-tit {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    width: 733px;
}

.disea-tit b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.doctors-hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 10px;
    z-index: 9999999;
    margin-bottom: 5px;
}

.doctors-hd ul {
    text-align: center;
}

.doctors-hd ul li {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    font-size: 0;
}

.doctors-hd ul li.on {
    background: #2fc3a3;
}

.disea-list {
    overflow: hidden;
}

.disea-c {
    width: 360px;
    float: left;
    padding: 15px;
    margin-bottom: 10px;
    height: 310px;
}

.disea-list>div:nth-child(2n) {
    float: right;
}

.c-tit {
    font-size: 18px;
    color: #2fc3a3;
    border-bottom: 1px solid #e1e1e1;
    background: url(/skin/default/images/left-line.jpg)left center no-repeat;
    background-size: 5px 19px;
    padding-left: 18px;
    line-height: 34px;
    overflow: hidden;
}

.c-tit a {
    font-size: 12px;
    color: #acacac;
    float: right;
}

.jb-banner .hd ul li {
    width: 55px;
    height: 33px;
    line-height: 33px;
    background: #f3f3f3;
    font-size: 12px;
    color: #3c3c3c;
    text-align: center;
    float: left;
    border-right: 1px solid #fff;
    margin-bottom: 18px;
    margin-top: 10px;
}

.jb-banner .hd ul li:last-child {
    border-right: none;
}

.jb-banner .hd ul li.on {
    color: #fff;
    background: #3b4047;
    border: none;
    position: relative;
}

.jb-banner .hd ul li.on::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #3b4047;
    border-left: 4.5px solid #fff;
    border-right: 4.5px solid #fff;
    border-bottom: none;
    position: absolute;
    bottom: -6px;
    left: 24px;
}

.index-art {
    overflow: hidden;
}

.index-art img {
    float: left;
    width: 113px;
    height: 91px;
    margin-right: 15px;
}

.index-art p.tit {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}

.index-art p.des {
    font-size: 12px;
    color: #7a7a7a;
    font-family: "SimSun";
    text-indent: 2em;
    line-height: 20px;
}

.index-art p.des a {
    color: #ed8d26;
}

.jb-banner .bd .list ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.jb-banner .bd .list ul a {
    display: block;
    position: relative;
    left: -2px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.doctors-tit {
    font-size: 20px;
    color: #34414a;
    font-weight: bold;
    overflow: hidden;
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
}

.doctors-tit a {
    font-size: 16px;
    color: #d0d4d9;
    font-weight: normal;
    float: right;
}

.doctor {
    overflow: hidden;
    font-family: "SimSun";
    margin-bottom: 19px;
}

.doctor .l {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .l div {
    background: #2fc3a3;
    color: #fff;
    height: 20px;
    font-family: "SimSun";
}

.doctor .l div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .l div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .l span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}

.doctor .m {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .m div {
    background: #2fc3a3;
    color: #fff;
    height: 60px;
    font-family: "SimSun";
}

.doctor .m div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .m div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .m span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}


/*.doctor .d{float:left; margin-top:10px; margin-left:15px;}
.doctor .d a{color:#cfae69; font-size:12px;}
.doctor .ysxx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}
.doctor .yszx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}*/

.w730 {
    width: 730px;
}

.w258 {
    width: 258px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1000 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.wbg {
    background: #fff;
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

body {
    background: #f4f4f5;
    font-size: 16px;
    color: #5c5c5c;
}

.top {
    height: 46px;
    line-height: 46px;
    background: #fff;
}

.top p {
    font-size: 16px;
    color: #656565;
}

.top ul {
    display: block;
    width: 310px;
    height: 46px;
    background: #2fc3a3;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.top ul::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid #fff;
    border-bottom: 46px solid #2fc3a3;
    border-right: none;
    border-top: none;
    position: absolute;
    left: -30px;
    top: 0;
}

.top ul::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 30px solid #fff;
    border-bottom: 46px solid #2fc3a3;
    border-left: none;
    border-top: none;
    position: absolute;
    right: -30px;
    top: 0;
}

.top ul li {
    float: left;
    width: 155px;
    padding-left: 68px;
}

.top ul li a {
    color: #FFFFFF;
}

.top ul li:first-child {
    background: url(/skin/default/images/weixin-ico.png)no-repeat;
    background-size: 29px 24px;
    background-position: 30px 12px;
}

.top ul li:last-child {
    background: url(/skin/default/images/star-ico.png)no-repeat;
    background-size: 22px 21px;
    background-position: 30px 12px;
}

.top .ftwxcon {
    width: 154px;
    display: none;
    position: absolute;
    top: 46px;
    z-index: 999999999
}

.top .ftwxcon img {
    width: 100%;
}

.logo {
    background: #282d33;
    height: 118px;
}

.logo ul {
    display: block;
    height: 118px;
}

.logo ul li {
    float: left;
    margin-top: 23px;
    margin-right: 50px;
    color: #fff;
    height: 68px;
    text-align: center;
    vertical-align: middle;
}

.logo ul li b {
    display: inline-block;
    height: 68px;
    vertical-align: top;
    line-height: 68px;
    font-size: 34px;
    margin-left: 10px;
    margin-right: 5px;
}

.logo ul li span {
    display: inline-block;
    vertical-align: top;
    text-align: start;
}

.logo ul li:first-child {
    width: 243px;
    margin-top: 31px;
}

.logo ul li:last-child {
    margin-right: 0;
}

.nav {
    background: #11161c;
    height: 71px;
    line-height: 71px;
}

.nav ul li {
    float: left;
    margin-right: 50px;
}

.nav ul li:first-child {
    width: 186px;
    margin-right: 24px;
    position: relative;
}

.nav ul li:last-child {
    margin-right: 15px;
}

.nav ul li:first-child>a {
    display: block;
    width: 186px;
    height: 71px;
    line-height: 71px;
    background: #2fc3a3;
    color: #fff;
    text-align: center;
}

.nav ul li:first-child>a i {
    display: inline-block;
    width: 25px;
    height: 71px;
    background: url(/skin/default/images/arrow-down-ico.png)center no-repeat;
    background-size: 25px;
    vertical-align: top;
    margin-left: 5px;
}

.nav ul li a {
    font-size: 18px;
    color: #b9b8b8;
}

.nav .memu {
    width: 186px;
    background: rgba(17, 22, 28, 0.8);
    display: none;
    z-index: 999;
    position: absolute;
    top: 71px;
}

.nav .memu a {
    display: block;
    width: 186px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    text-align: center;
}

.nav .memu a:hover {
    background: #282d33;
}

.banner {
    position: relative;
    height: 469px;
    width: 100%;
}

.banner .hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.banner .hd ul {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.banner .hd ul li {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #243140;
    margin-right: 20px;
}

.banner .hd ul li.on {
    background: #2fc3a3;
}

.banner .bd ul li a {
    display: block;
    height: 469px;
}

.hzgz {
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    margin-bottom: 10px;
}

.search {
    float: right;
    margin-right: 10px;
    width: 290px;
    height: 38px;
    line-height: 38px;
    margin-top: 8px;
    overflow: hidden;
}

.search input {
    float: left;
    height: 38px;
    line-height: 38px;
}

.search input[type='text'] {
    border: 1px solid #e4e4e4;
    width: 210px;
    padding-left: 10px;
}

.search input[type='submit'] {
    width: 80px;
    color: #fff;
    text-align: center;
    background: #2fc3a3;
}

.hzgz-list {
    float: left;
}

.hzgz-list p {
    width: 120px;
    float: left;
    color: #555656;
    background: url(/skin/default/images/ask-ico.png)10px center no-repeat;
    background-size: 20px 22px;
    padding-left: 40px;
    font-weight: bold;
}

.hzgz-list ul {
    float: left;
    height: 53px;
    overflow: hidden;
}

.hzgz-list ul li {
    float: left;
    margin-right: 20px;
}

.hzgz ul li a {
    color: #555656;
}

.package {
    overflow: hidden;
    margin-bottom: 10px;
}

.package .child {
    float: left;
    margin-right: 10px;
}

.package .child:last-child {
    margin-right: 0;
}

.package .left {
    width: 258px;
    height: 352px;
}

.package .center {
    width: 464px;
    height: 352px;
}

.package .right {
    float: right;
    width: 258px;
    background: #3b4047;
    height: 352px;
}

.banner2 {
    position: relative;
}

.banner2 .bd {
    width: 258px;
    height: 352px;
}

.banner2 .bd ul li {
    width: 258px;
    height: 352px;
}

.banner2 .hd {
    position: absolute;
    bottom: 14px;
    width: 100%;
}

.banner2 .hd ul {
    display: block;
    text-align: center;
    width: 100%;
}

.banner2 .hd ul li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    font-size: 0;
    background: #243140;
    margin-right: 5px;
}

.banner2 .hd ul li.on {
    background: #2fc3a3;
}

.banner3 .hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eaeaee;
    position: relative;
}

.banner3 .hd ul {
    overflow: hidden;
}

.banner3 .hd ul li {
    width: 123px;
    float: left;
    color: #7c7c7c;
    text-align: center;
}

.banner3 .hd ul li.on {
    border-bottom: 2px solid #2fc3a3;
    font-weight: bold;
    color: #000;
}

.banner3 .hd a {
    display: block;
    width: 50px;
    height: 26px;
    line-height: 26px;
    background: url(/skin/default/images/more-ico.png)center #cfae69 no-repeat;
    background-size: 29px 8px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.banner3 .bd {
    height: 307px;
}

.banner3 .bd .tit {
    text-align: center;
    font-size: 20px;
    color: #cfae69;
    font-weight: bold;
    padding: 15px 0;
}

.banner3 .bd .des {
    font-size: 12px;
    color: #7d7d7d;
    padding: 0 15px;
    text-indent: 2em;
}

.banner3 .bd .des a {
    color: #cfae69;
}

.banner3 .bd ul.hot {
    margin: 10px auto;
    overflow: hidden;
}

.banner3 .bd ul.hot li {
    float: left;
    width: 50%;
    background: url(/skin/default/images/plus-ico.png)32px center no-repeat;
    background-size: 23px;
    padding-left: 60px;
    position: relative;
}

.banner3 .bd ul.hot li i {
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(/skin/default/images/hot-ico.png)no-repeat;
    position: relative;
    top: -8px;
    left: 5px;
}

.banner3 .bd ul.normal li {
    background: url(/skin/default/images/list-ico.png)16px center no-repeat;
    background-size: 7px;
    padding-left: 35px;
    margin-bottom: 8px;
    position: relative;
    line-height: 26px;
}

.banner3 .bd ul.normal li span {
    position: absolute;
    right: 15px;
    font-size: 12px;
    color: #a9a9a9;
    line-height: 26px;
}

.aks-tit {
    color: #9ca4ae;
    text-align: center;
    padding: 15px 0;
}

.aks-tit b {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.right-list {
    overflow: hidden;
}

.right-list li {
    width: 68px;
    text-align: center;
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
}

.right-list li:last-child {
    margin-right: 0;
}

.right-list li a {
    display: block;
    font-size: 14px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin-top: 5px;
}

.ask-answer {
    border-bottom: 1px dashed #54595f;
    font-size: 12px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin: 0 15px;
    width: 228px;
    margin-bottom: 10px;
}

.ask-answer a {
    color: #cfae69;
}

.ask-answer p {
    margin-bottom: 5px;
}

.ask-answer span {
    display: inline-block;
    width: 43px;
    height: 20px;
    text-align: center;
    background: url(/skin/default/images/ask-tit-bg.png)left top no-repeat;
    background-size: 43px 20px;
    font-size: 14px;
    color: #3b4047;
    line-height: 20px;
    margin-right: 10px;
    float: left;
}

.news {
    padding: 5px 15px 0;
}

.news a {
    display: block;
    background: url(/skin/default/images/list-ico.png)left center no-repeat;
    background-size: 7px;
    padding-left: 18px;
    font-size: 12px;
    color: #d0d4d9;
    margin-bottom: 10px;
}

.yy-list {
    padding: 15px;
    margin-bottom: 10px;
}

.yy-title {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.yy-title b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.yy-title a {
    font-size: 14px;
    color: #a1a1a1;
    float: right;
}

.yy-banner {
    position: relative;
}

.yy-banner .yy-bd {
    width: 850px;
    height: 275px;
    margin: 0 auto;
    overflow: hidden;
}

.yy-banner .yy-bd ul li {
    width: 154px;
    text-align: center;
    font-family: "SimSun";
    margin-right: 20px;
}

.yy-banner .yy-bd ul li p.p1 {
    font-size: 14px;
    color: #5c5c5c;
    margin: 2px auto;
}

.yy-banner .yy-bd ul li p.p2 {
    font-size: 16px;
    color: #3d3d3d;
    height: 26px;
    line-height: 26px;
}

.yy-banner .yy-bd ul li p.p2 i {
    display: inline-block;
    width: 17px;
    height: 26px;
    background: url(/skin/default/images/tel-ico.png)center no-repeat;
    background-size: 17px 18px;
    vertical-align: top;
    margin-right: 5px;
}

.yy-banner .yy-bd a:nth-child(3) {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 auto;
    background: url(/skin/default/images/dialog-ico.png)19px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 50px;
    text-align: start;
    font-size: 14px;
}

.yy-banner .button {
    position: absolute;
    top: 80px;
    width: 100%;
}

.yy-banner .button .prev {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-left.png)no-repeat;
    background-size: 41px;
    position: absolute;
    left: 0;
}

.yy-banner .button .next {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-right.png)no-repeat;
    background-size: 41px;
    position: absolute;
    right: 0;
}

.disea-doc {
    overflow: hidden;
    margin-bottom: 15px;
}

.disea {
    width: 733px;
    float: left;
}

.disea-doc .right {
    float: right;
    width: 258px;
}

.doctors {
    position: relative;
    width: 258px;
    padding: 0 15px 22px;
    margin-bottom: 10px;
}

.disea-tit {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    width: 733px;
}

.disea-tit b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.doctors-hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 10px;
    z-index: 9999999;
    margin-bottom: 5px;
}

.doctors-hd ul {
    text-align: center;
}

.doctors-hd ul li {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    font-size: 0;
}

.doctors-hd ul li.on {
    background: #2fc3a3;
}

.disea-list {
    overflow: hidden;
}

.disea-c {
    width: 360px;
    float: left;
    padding: 15px;
    margin-bottom: 10px;
    height: 310px;
}

.disea-list>div:nth-child(2n) {
    float: right;
}

.c-tit {
    font-size: 18px;
    color: #2fc3a3;
    border-bottom: 1px solid #e1e1e1;
    background: url(/skin/default/images/left-line.jpg)left center no-repeat;
    background-size: 5px 19px;
    padding-left: 18px;
    line-height: 34px;
    overflow: hidden;
}

.c-tit a {
    font-size: 12px;
    color: #acacac;
    float: right;
}

.jb-banner .hd ul li {
    width: 55px;
    height: 33px;
    line-height: 33px;
    background: #f3f3f3;
    font-size: 12px;
    color: #3c3c3c;
    text-align: center;
    float: left;
    border-right: 1px solid #fff;
    margin-bottom: 18px;
    margin-top: 10px;
}

.jb-banner .hd ul li:last-child {
    border-right: none;
}

.jb-banner .hd ul li.on {
    color: #fff;
    background: #3b4047;
    border: none;
    position: relative;
}

.jb-banner .hd ul li.on::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #3b4047;
    border-left: 4.5px solid #fff;
    border-right: 4.5px solid #fff;
    border-bottom: none;
    position: absolute;
    bottom: -6px;
    left: 24px;
}

.index-art {
    overflow: hidden;
}

.index-art img {
    float: left;
    width: 113px;
    height: 91px;
    margin-right: 15px;
}

.index-art p.tit {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}

.index-art p.des {
    font-size: 12px;
    color: #7a7a7a;
    font-family: "SimSun";
    text-indent: 2em;
    line-height: 20px;
}

.index-art p.des a {
    color: #ed8d26;
}

.jb-banner .bd .list ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.jb-banner .bd .list ul a {
    display: block;
    position: relative;
    left: -2px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.doctors-tit {
    font-size: 20px;
    color: #34414a;
    font-weight: bold;
    overflow: hidden;
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
}

.doctors-tit a {
    font-size: 16px;
    color: #d0d4d9;
    font-weight: normal;
    float: right;
}

.doctor {
    overflow: hidden;
    font-family: "SimSun";
    margin-bottom: 19px;
}

.doctor .l {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .l div {
    background: #2fc3a3;
    color: #fff;
    height: 20px;
    font-family: "SimSun";
}

.doctor .l div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .l div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .l span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}

.doctor .m {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .m div {
    background: #2fc3a3;
    color: #fff;
    height: 60px;
    font-family: "SimSun";
}

.doctor .m div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .m div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .m span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}


/*.doctor .d{float:left; margin-top:10px; margin-left:15px;}
.doctor .d a{color:#cfae69; font-size:12px;}
.doctor .ysxx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}
.doctor .yszx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}*/

.w730 {
    width: 730px;
}

.w258 {
    width: 258px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1000 {
    position: relative;
    width: 1050px;
    margin: 0 auto;
}

.wbg {
    background: #fff;
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

body {
    background: #f4f4f5;
    font-size: 16px;
    color: #5c5c5c;
}

.top {
    height: 46px;
    line-height: 46px;
    background: #fff;
}

.top p {
    font-size: 16px;
    color: #656565;
}

.top ul {
    display: block;
    width: 310px;
    height: 46px;
    background: #2fc3a3;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.top ul::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid #fff;
    border-bottom: 46px solid #2fc3a3;
    border-right: none;
    border-top: none;
    position: absolute;
    left: -30px;
    top: 0;
}

.top ul::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 30px solid #fff;
    border-bottom: 46px solid #2fc3a3;
    border-left: none;
    border-top: none;
    position: absolute;
    right: -30px;
    top: 0;
}

.top ul li {
    float: left;
    width: 155px;
    padding-left: 68px;
}

.top ul li a {
    color: #FFFFFF;
}

.top ul li:first-child {
    background: url(/skin/default/images/weixin-ico.png)no-repeat;
    background-size: 29px 24px;
    background-position: 30px 12px;
}

.top ul li:last-child {
    background: url(/skin/default/images/star-ico.png)no-repeat;
    background-size: 22px 21px;
    background-position: 30px 12px;
}

.top .ftwxcon {
    width: 154px;
    display: none;
    position: absolute;
    top: 46px;
    z-index: 999999999
}

.top .ftwxcon img {
    width: 100%;
}

.logo {
    background: #f4f4f5;
    height: 118px;
}

.logo ul {
    display: block;
    height: 118px;
    background: #0086E3;
}

.logo ul li {
    float: left;
    margin-top: 23px;
    margin-right: 50px;
    color: #fff;
    height: 68px;
    text-align: center;
    vertical-align: middle;
}

.logo ul li b {
    display: inline-block;
    height: 68px;
    vertical-align: top;
    line-height: 68px;
    font-size: 34px;
    margin-left: 10px;
    margin-right: 5px;
}

.logo ul li span {
    display: inline-block;
    vertical-align: inherit;
    text-align: start;
}

.logo ul li:first-child {
    width: 243px;
    margin-top: 31px;
}

.logo ul li:last-child {
    margin-right: 0;
}

.nav {
    background: #0086E3;
    height: 71px;
    line-height: 71px;
    width: 1050px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    margin-right: 40px;
}

.nav ul li:first-child {
    width: 186px;
    margin-right: 24px;
    position: relative;
}

.nav ul li:last-child {
    margin-right: 15px;
}

.nav ul li:first-child>a {
    display: block;
    width: 186px;
    height: 71px;
    line-height: 71px;
    background: #2fc3a3;
    color: #fff;
    text-align: center;
}

.nav ul li:first-child>a i {
    display: inline-block;
    width: 25px;
    height: 71px;
    background: url(/skin/default/images/arrow-down-ico.png)center no-repeat;
    background-size: 25px;
    vertical-align: top;
    margin-left: 5px;
}

.nav ul li a {
    font-size: 18px;
    color: #fff;
}

.nav .memu {
    width: 186px;
    background: rgba(17, 22, 28, 0.8);
    display: none;
    z-index: 999;
    position: absolute;
    top: 71px;
}

.nav .memu a {
    display: block;
    width: 186px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    text-align: center;
}

.nav .memu a:hover {
    background: #282d33;
}

.banner {
    position: relative;
    height: 469px;
    width: 100%;
}

.banner .hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.banner .hd ul {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.banner .hd ul li {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #243140;
    margin-right: 20px;
}

.banner .hd ul li.on {
    background: #2fc3a3;
}

.banner .bd ul li a {
    display: block;
    height: 469px;
}

.hzgz {
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    margin-bottom: 10px;
}

.search {
    float: right;
    margin-right: 10px;
    width: 290px;
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    overflow: hidden;
}

.search input {
    float: left;
    height: 38px;
    line-height: 38px;
}

.search input[type='text'] {
    border: 1px solid #e4e4e4;
    width: 210px;
    padding-left: 10px;
}

.search input[type='submit'] {
    width: 80px;
    color: #fff;
    text-align: center;
    background: #2fc3a3;
}

.hzgz-list {
    float: left;
}

.hzgz-list p {
    width: 120px;
    float: left;
    color: #555656;
    background: url(/skin/default/images/ask-ico.png)10px center no-repeat;
    background-size: 20px 22px;
    padding-left: 40px;
    font-weight: bold;
}

.hzgz-list ul {
    float: left;
    height: 53px;
    overflow: hidden;
}

.hzgz-list ul li {
    float: left;
    margin-right: 20px;
}

.hzgz ul li a {
    color: #555656;
}

.package {
    overflow: hidden;
    margin-bottom: 10px;
}

.package .child {
    float: left;
    margin-right: 10px;
}

.package .child:last-child {
    margin-right: 0;
}

.package .left {
    width: 258px;
    height: 352px;
    overflow: hidden;
}

.package .center {
    width: 490px;
    height: 352px;
}

.package .right {
    float: right;
    width: 258px;
    background: #3b4047;
    height: 352px;
}

.banner2 {
    position: relative;
}

.banner2 .bd {
    width: 258px;
    height: 352px;
}

.banner2 .bd ul li {
    width: 258px;
    height: 352px;
}

.banner2 .hd {
    position: absolute;
    bottom: 14px;
    width: 100%;
}

.banner2 .hd ul {
    display: block;
    text-align: center;
    width: 100%;
}

.banner2 .hd ul li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    font-size: 0;
    background: #243140;
    margin-right: 5px;
}

.banner2 .hd ul li.on {
    background: #2fc3a3;
}

.banner3 .hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eaeaee;
    position: relative;
}

.banner3 .hd ul {
    overflow: hidden;
}

.banner3 .hd ul li {
    width: 123px;
    float: left;
    color: #7c7c7c;
    text-align: center;
    cursor: pointer;
}

.banner3 .hd ul li.on {
    border-bottom: 2px solid #2fc3a3;
    font-weight: bold;
    color: #000;
}

.banner3 .hd a {
    display: block;
    width: 50px;
    height: 26px;
    line-height: 26px;
    background: url(/skin/default/images/more-ico.png)center #cfae69 no-repeat;
    background-size: 29px 8px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.banner3 .bd {
    height: 307px;
}

.banner3 .bd .tit {
    text-align: center;
    font-size: 20px;
    color: #cfae69;
    font-weight: bold;
    padding: 15px 0;
}

.banner3 .bd .des {
    font-size: 12px;
    color: #7d7d7d;
    padding: 0 15px;
    text-indent: 0em;
}

.banner3 .bd .des a {
    color: #cfae69;
}

.banner3 .bd ul.hot {
    margin: 10px auto;
    overflow: hidden;
}

.banner3 .bd ul.hot li {
    float: left;
    width: 50%;
    background: url(/skin/default/images/plus-ico.png)32px center no-repeat;
    background-size: 23px;
    padding-left: 60px;
    position: relative;
}

.banner3 .bd ul.hot li i {
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(/skin/default/images/hot-ico.png)no-repeat;
    position: relative;
    top: -2px;
    left: 5px;
}

.banner3 .bd ul.normal li {
    background: url(/skin/default/images/list-ico.png)16px center no-repeat;
    background-size: 7px;
    padding-left: 35px;
    margin-bottom: 8px;
    position: relative;
    line-height: 22px;
}

.banner3 .bd ul.normal li span {
    position: absolute;
    right: 15px;
    font-size: 12px;
    color: #a9a9a9;
    line-height: 26px;
}

.aks-tit {
    color: #9ca4ae;
    text-align: center;
    padding: 15px 0;
}

.aks-tit b {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.right-list {
    overflow: hidden;
}

.right-list li {
    width: 68px;
    text-align: center;
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
}

.right-list li:last-child {
    margin-right: 0;
}

.right-list li a {
    display: block;
    font-size: 14px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin-top: 5px;
}

.ask-answer {
    border-bottom: 1px dashed #54595f;
    font-size: 12px;
    color: #d0d4d9;
    font-family: "SimSun";
    margin: 0 15px;
    width: 228px;
    margin-bottom: 10px;
}

.ask-answer a {
    color: #cfae69;
}

.ask-answer p {
    margin-bottom: 5px;
}

.ask-answer span {
    display: inline-block;
    width: 43px;
    height: 20px;
    text-align: center;
    background: url(/skin/default/images/ask-tit-bg.png)left top no-repeat;
    background-size: 43px 20px;
    font-size: 14px;
    color: #3b4047;
    line-height: 20px;
    margin-right: 10px;
    float: left;
}

.news {
    padding: 5px 15px 0;
}

.news a {
    display: block;
    background: url(/skin/default/images/list-ico.png)left center no-repeat;
    background-size: 7px;
    padding-left: 18px;
    font-size: 12px;
    color: #d0d4d9;
    margin-bottom: 10px;
}

.yy-list {
    padding: 15px;
    margin-bottom: 10px;
}

.yy-title {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.yy-title b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.yy-title a {
    font-size: 14px;
    color: #a1a1a1;
    float: right;
}

.yy-banner {
    position: relative;
}

.yy-banner .yy-bd {
    width: 850px;
    height: 275px;
    margin: 0 auto;
    overflow: hidden;
}

.yy-banner .yy-bd ul li {
    width: 200px;
    text-align: center;
    font-family: "SimSun";
    margin-right: 20px;
    overflow: hidden;
}

.yy-banner .yy-bd ul li>a>img {
    width: 167px;
    height: 180px;
}

.yy-bannera .yy-bd ul li {
    width: 32%;
    text-align: center;
    font-family: "SimSun";
    margin-right: 20px;
    overflow: hidden;
}

.yy-banner .yy-bd ul li p.p1 {
    font-size: 14px;
    color: #5c5c5c;
    margin: 16px auto;
    font-weight: bold;
}

.yy-banner .yy-bd ul li p.p2 {
    font-size: 16px;
    color: #3d3d3d;
    height: 26px;
    line-height: 26px;
}

.yy-banner .yy-bd ul li p.p2 i {
    display: inline-block;
    width: 17px;
    height: 26px;
    background: url(/skin/default/images/tel-ico.png)center no-repeat;
    background-size: 17px 18px;
    vertical-align: top;
    margin-right: 5px;
}

.yy-banner .yy-bd a:nth-child(3) {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 auto;
    background: url(/skin/default/images/dialog-ico.png)19px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 50px;
    text-align: start;
    font-size: 14px;
}

.yy-banner .yy-bd ul li .a1 {
    background: #EF6300;
    width: 100px;
    display: block;
    margin: 0 auto;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    padding-left: 0;
    text-align: center;
}

.yy-banner .button {
    position: absolute;
    top: 80px;
    width: 100%;
}

.yy-banner .button .prev {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-left.png)no-repeat;
    background-size: 41px;
    position: absolute;
    left: 0;
}

.yy-banner .button .next {
    display: block;
    width: 41px;
    height: 41px;
    background: url(/skin/default/images/arrow-right.png)no-repeat;
    background-size: 41px;
    position: absolute;
    right: 0;
}

.disea-doc {
    overflow: hidden;
    margin-bottom: 15px;
}

.disea {
    width: 760px;
    float: left;
}

.disea-doc .right {
    float: right;
    width: 258px;
}

.doctors {
    position: relative;
    width: 258px;
    padding: 0 15px 22px;
    margin-bottom: 10px;
}

.disea-tit {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    width: 760px;
}

.disea-tit b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.doctors-hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 10px;
    z-index: 9999999;
    margin-bottom: 5px;
}

.doctors-hd ul {
    text-align: center;
}

.doctors-hd ul li {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    font-size: 0;
}

.doctors-hd ul li.on {
    background: #2fc3a3;
}

.disea-list {
    overflow: hidden;
    border: 1px #ece6e6 solid;
}

.disea-c {
    width: 370px;
    float: left;
    padding: 15px;
    margin-bottom: 10px;
    height: 310px;
}

.disea-list>div:nth-child(2n) {
    float: right;
}

.c-tit {
    font-size: 18px;
    color: #2fc3a3;
    border-bottom: 1px solid #e1e1e1;
    background: url(/skin/default/images/left-line.jpg)left center no-repeat;
    background-size: 5px 19px;
    padding-left: 18px;
    line-height: 34px;
    overflow: hidden;
}

.c-tit a {
    font-size: 12px;
    color: #acacac;
    float: right;
}

.jb-banner .hd ul li {
    width: 55px;
    height: 33px;
    line-height: 33px;
    background: #f3f3f3;
    font-size: 12px;
    color: #3c3c3c;
    text-align: center;
    float: left;
    border-right: 1px solid #fff;
    margin-bottom: 18px;
    margin-top: 10px;
}

.jb-banner .hd ul li:last-child {
    border-right: none;
}

.jb-banner .hd ul li.on {
    color: #fff;
    background: #2fc3a3;
    border: none;
    position: relative;
    cursor: pointer;
}

.jb-banner .hd ul li.on::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #2fc3a3;
    border-left: 4.5px solid #fff;
    border-right: 4.5px solid #fff;
    border-bottom: none;
    position: absolute;
    bottom: -6px;
    left: 24px;
}

.index-art {
    overflow: hidden;
	margin-top: 10px;
}

.index-art img {
    float: left;
    width: 113px;
    height: 91px;
    margin-right: 15px;
}

.index-art p.tit {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}

.index-art p.des {
    font-size: 12px;
    color: #7a7a7a;
    font-family: "SimSun";
    text-indent: 0em;
    line-height: 20px;
}

.index-art p.des a {
    color: #ed8d26;
}

.jb-banner .bd .list ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.jb-banner .bd .list ul a {
    display: block;
    position: relative;
    left: -2px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.doctors-tit {
    font-size: 20px;
    color: #34414a;
    font-weight: bold;
    overflow: hidden;
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
}

.doctors-tit a {
    font-size: 16px;
    color: #d0d4d9;
    font-weight: normal;
    float: right;
}

.doctor {
    overflow: hidden;
    font-family: "SimSun";
    margin-bottom: 19px;
}

.doctor .l {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .l div {
    background: #2fc3a3;
    color: #fff;
    height: 20px;
    font-family: "SimSun";
    line-height: 20px;
    margin-top: 9px;
}

.doctor .l div p.p1 {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}

.doctor .l div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .l span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r {
    float: right;
    width: 115px;
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}

.doctor .m {
    float: left;
    width: 96px;
    position: relative;
    margin-right: 10px;
}

.doctor .m div {
    background: #2fc3a3;
    color: #fff;
    height: 60px;
    font-family: "SimSun";
}

.doctor .m div p.p1 {
    font-size: 14px;
    text-align: center;
}

.doctor .m div p.p2 {
    font-size: 12px;
    color: #defef7;
    padding: 5px;
}

.doctor .m span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 20px;
    background: #cfae69;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-family: "SimSun";
}

.doctor .r p.p1 {
    font-size: 14px;
    color: #2fc3a3;
    line-height: 30px;
}

.doctor .r p.p2 {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 22px;
}


/*.doctor .d{float:left; margin-top:10px; margin-left:15px;}
.doctor .d a{color:#cfae69; font-size:12px;}
.doctor .ysxx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}
.doctor .yszx{height: 28px; line-height: 28px; border: #2fc3a3 solid 1px; border-radius: 14px; color: #2fc3a3; font-size: 16px; text-align: center;}*/

a.ysxx {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    margin-top: 10px;
    background: url(/skin/default/images/xi-ico.png)5px center #cfae69 no-repeat;
    background-size: 23px 18px;
    padding-left: 35px;
    font-size: 14px;
    float: left;
}

a.yszx {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    margin-top: 7px;
    background: url(/skin/default/images/dialog-ico.png)5px center #2fc3a3 no-repeat;
    background-size: 23px 18px;
    padding-left: 35px;
    font-size: 14px;
    float: right;
}

.jzx-bl {
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

.jzx-bl .index-art img {
    width: 104px;
    height: 90px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px #ccc solid;
}

.hot-ask {
    padding: 0 15px 15px;
    margin-bottom: 10px;
}

.jzx-bl ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.jzx-bl ul a {
    display: block;
    position: relative;
    left: -1px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.hot-ask ul {
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-family: "SimSun";
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
}

.hot-ask ul a {
    display: block;
    position: relative;
    left: -1px;
    background: url(/skin/default/images/dotted.jpg)left center no-repeat;
    background-size: 3px;
    padding-left: 22px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 27px;
    height: 27px;
}

.hot-aks2 {
    height: 218px;
}

.hot-banner {
    position: relative;
    height: 335px;
    margin: 0 auto;
    width: 173px;
}

.hot-banner .hot-button {
    position: absolute;
    top: 145px;
    width: 100%;
}

.hot-banner .hot-button .prev {
    display: block;
    width: 28px;
    height: 29px;
    background: url(/skin/default/images/left-ico.png)no-repeat;
    background-size: 28px 29px;
    position: absolute;
    left: -35px;
}

.hot-banner .hot-button .next {
    display: block;
    width: 28px;
    height: 29px;
    background: url(/skin/default/images/right-ico.png)no-repeat;
    background-size: 28px 29px;
    position: absolute;
    right: -35px;
}

.hot-banner .hot-bd {
    width: 173px;
    margin: 0 auto;
}

.hot-banner .hot-bd ul a {
    display: block;
    width: 173px;
}

.hot-banner .hot-bd ul img {
    width: 173px;
    height: 123px;
}

.hot-banner .hot-bd ul a p {
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    margin: 5px auto;
}

a:hover {
    color: red !important;
}

#cen_index {
    margin-top: 20px;
}

.position {
    margin-bottom: 20px;
}

.y_banneraal {
    width: 47%;
    height: 254px;
}

.y_banneraal img {
    width: 100%;
}

.y_banneraar {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
    width: 50%;
}

.list_biaoq {
    margin-top: 10px;
}

.list_biaoq li {
    float: left;
    text-align: center;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    margin-bottom: 7px;
}

.list_biaoq li:nth-child(1) {
    background: #125c23;
    width: 197px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(2) {
    background: blue;
    width: 250px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(3) {
    background: #3aba88;
    width: 232px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(4) {
    background: #564123;
    width: 249px;
}

.list_biaoq li:nth-child(5) {
    background: #525f79;
    width: 237px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(6) {
    background: #79113d;
    width: 238px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(7) {
    background: #4f5623b3;
    width: 205px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(8) {
    background: #795d52e6;
    width: 245px;
}

.list_biaoq li:nth-child(9) {
    background: #117967e6;
    width: 249px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(10) {
    background: #a55428b3;
    width: 205px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(11) {
    background: #527962e6;
    width: 245px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(12) {
    background: #521179e6;
    width: 229px;
}

.list_biaoq li:nth-child(13) {
    background: #18bd54e6;
    width: 240px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(14) {
    background: #2844a5b3;
    width: 205px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(15) {
    background: #795270e6;
    width: 245px;
    margin-right: 10px;
}

.list_biaoq li:nth-child(16) {
    background: #114979e6;
    width: 238px;
}

.list_biaoq ul li>a {
    color: #fff;
    height: 100%;
}


/*评论*/

.comment {
    background-color: #fff;
    padding: 15px;
}

.pl-title {
    font-size: 18px;
    color: #cad5e4;
    margin-bottom: 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.pl-title b {
    font-size: 20px;
    color: #2fc3a3;
    font-weight: bold;
    margin-right: 5px;
}

.pl-title a {
    font-size: 14px;
    color: #a1a1a1;
    float: right;
}

.inx_plina {
    border-bottom: 1px #ddd dotted;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.inx_plinal {
    width: 7%;
    overflow: hidden;
}

.red {
    color: red
}

.inx_plinar1 p {
    font-size: 13px;
    float: left;
}

.inx_plinar1 p:nth-child(1) {
    width: 15%;
}

.inx_plinar1 p:nth-child(2) {
    width: 20%;
}

.inx_plinar1 p:nth-child(3) {
    width: 34%;
}

.inx_plinar1 p:nth-child(4) {
    width: 15%;
}

.inx_plinar1 p:nth-child(5) {
    width: 15%;
    float: right;
}

.inx_plinar1 {
    overflow: hidden;
}

.inx_plinal>img {
    width: 100%;
}

.inx_plinar {
    width: 91%;
    float: right;
}

.left {
    float: left;
}

.inx_plinar2 {
    padding: 1% 0;
}

.inx_plinar2 p:nth-child(1) {
    font-size: 14px;
}

.inx_plinar2 p:nth-child(2) {
    text-align: right;
}


/*友情链接*/

.title {
    width: 1000px;
    height: 50px;
    position: relative;
    border-bottom: 1px solid #0086E3;
    margin-top: 20px;
}

.title span {
    border-bottom: 2px solid #25A4FB;
    position: absolute;
    bottom: 0px;
    color: #0086E3;
    font-size: 24px;
}

#con_zzjs_net {
    WIDTH: 1000px;
    margin: 20px auto;
    overflow: hidden;
}

#tags {
    WIDTH: 998px;
    border: 1px solid #ddd;
    height: 50px;
    overflow: hidden;
    width: 100%;
}

#tags LI {
    FLOAT: left;
    HEIGHT: 50px;
    width: 100px;
    line-height: 50px;
    text-align: center;
}

#tags LI A {
    COLOR: #000;
    font-weight: bold;
}

#tags LI.emptyTag {}

#tags LI.selectTag {
    HEIGHT: 50px;
    background: #0086E3;
    color: #fff;
}

#tags LI.selectTag A {
    COLOR: #fff;
    font-weight: bold;
    font-size: 16px;
}

#tagContent {
    border: 1px solid #ddd;
    border-top: none;
}

.tagContent {
    PADDING-RIGHT: 2px;
    DISPLAY: none;
    WIDTH: 1000px;
    PADDING-TOP: 5px;
    HEIGHT: auto;
    overflow: hidden;
}

.tagContent a {
    color: #000;
    margin-left: 10px;
    line-height: 30px;
    font-size: 15px;
}

.tagContent a:hover {
    color: #0086E3;
}

#tagContent DIV.selectTag {
    DISPLAY: block
}

#tagContent li {
    float: left;
    padding-left: 1px;
    padding-bottom: 7px;
}

#tagContent li span {
    float: right;
    color: #ccc;
    font-size: 10px;
}

#index_foot {
    width: 100%;
    background: #0086E3;
}

.index_foota {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    padding-bottom: 0;
}

.index_foota1l {
    width: 12.5%;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    font-size: 20px;
    letter-spacing: 2px;
}

.index_foota1l1 {
    border-right: 2px #fff solid;
}

.index_foota2 {
    margin-top: 15px;
}

.index_foota2a {
    width: 18%;
}

.index_foota2a1 {
    position: relative;
}

.index_foota2a1 img {
    width: 100%;
}

.index_foota2a1a {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    width: 100%;
    letter-spacing: 1px;
}

.index_foota2b {
    width: 30%;
}

.index_foota2c {
    width: 30%;
}